TPS for Technological Product Specifications.
Properties
- Property Datum() As (Read Only)
- Retrieves simple datum, the target belongs to.
- Property Label() As
- Retrieves Label.
Methods
- Sub GetAreaForm( oAreaForm)
-
Gets the form of the target area.
- Parameters:
-
- oAreaForm
- Form of the target area. Legal values are:- Point, Circular, Rectangular. dd>
- Returns:
- HRESULT S_OK:- the Area Form has been correctly retrieved. E_FAIL or E_NOIMPL : Area Form cannot be retrieved. dd>
- Sub GetCircularAreaSize( oAreaSize)
-
Gets the size of the circular area.
- Parameters:
-
- oAreaSize
- Size of the Circular target area. dd>
- Returns:
- HRESULT S_OK:- the Area Size has been correctly retrieved. E_FAIL or E_NOIMPL : Area Size cannot be retrieved. dd>
- Sub GetMovableDirectionTTRS( opDirectionTTRS)
-
Gets the movable Direction TTRS.
- Parameters:
-
- ospDirectionTTRS
- Movable Direction TTRS dd>
- Returns:
- HRESULT S_OK:- the movable direction has been correctly retrieved. E_FAIL or E_NOIMPL : movable direction cannot be retrieved. dd>
- Sub GetRectangularAreaSize( oLength, oWidth)
-
Gets the size of the rectangular area.
- Parameters:
-
- oLength
- Length of the Rectangular target area. dd>
- oWidth
- Width of the Rectangular target area. dd>
- Returns:
- HRESULT S_OK:- the Area Size has been correctly retrieved. E_FAIL or E_NOIMPL : Area Size cannot be retrieved. dd>
- Sub SetAreaForm( iAreaForm)
-
Sets the form of the target area.
- Parameters:
-
- iAreaForm
- Form of the target area. Legal values are:- Point, Circular, Rectangular. dd>
- Returns:
- HRESULT S_OK:- the Area Form has been correctly set. E_FAIL or E_NOIMPL : Area Form cannot be set. dd>
- Sub SetCircularAreaSize( iAreaSize)
-
Sets the size of the circular area.
- Parameters:
-
- iAreaSize
- Size of the Circular target area. dd>
- Returns:
- HRESULT S_OK:- the Area Size has been correctly set. E_FAIL or E_NOIMPL : Area Size cannot be set. dd>
- Sub SetMovableDirectionTTRS( ipDirectionTTRS)
-
Sets the movable Direction TTRS.
- Parameters:
-
- ispDirectionTTRS
- Movable Direction TTRS If the ipDirectionTTRS is NULL_var, the direction TTRS inside the model is removed. dd>
- Returns:
- HRESULT S_OK:- the movable direction has been correctly set. E_FAIL or E_NOIMPL : movable direction cannot be set. dd>
- Sub SetRectangularAreaSize( iLength, iWidth)
-
Sets the size of the rectangular area.
- Parameters:
-
- iLength
- Length of the Rectangular target area. dd>
- iWidth
- Width of the Rectangular target area. dd>
- Returns:
- HRESULT S_OK:- the Area Size has been correctly set. E_FAIL or E_NOIMPL : Area Size cannot be set. dd>