Role: This interface provides methods to get/set data related to Object Profile.
Methods
- Sub GetController( oController)
-
Retrieves controller owning the profile.
- Parameters:
-
- oController
- This parameter contains pointer to controller. dd>
- Returns:
- An HRESULT.
Legal values:- S_OK if the operation succeeds
- E_FAIL otherwise .
- Sub GetName( oName)
-
Gets name of the Object frame Profile.
- Parameters:
-
- oName
- Name of the required Object frame Profile. dd>
- Returns:
- an HRESULT value.
Legal values:- S_OK if the operation succeeds
- E_FAIL otherwise .
- Sub GetObjectFrame( x, y, z, roll, pitch, yaw)
-
Retrieve the underlying x,y,z, roll, pitch, yaw of the Object Frame.
- Parameters:
-
- x,
- The X Coordinate. dd>
- y,
- The Y Coordinate. dd>
- z,
- The Z Coordinate. dd>
- roll,
- The roll Coordinate. dd>
- pitch,
- The pitch Coordinate. dd>
- yaw,
- The yaw Coordinate. dd>
- Returns:
- an HRESULT value.
Legal values:- S_OK if the operation succeeds
- E_FAIL otherwise .
- Sub SetName( iName)
-
Set name of the Object frame Profile.
- Parameters:
-
- iName
- Name of the Object frame Profile to be set. dd>
- Returns:
- an HRESULT value.
Legal values:- S_OK if the operation succeeds
- E_FAIL otherwise .
- Sub SetObjectFrame( x, y, z, roll, pitch, yaw)
-
Set the underlying x,y,z, roll, pitch, yaw of the Object Frame.
- Parameters:
-
- x,
- The X Coordinate. dd>
- y,
- The Y Coordinate. dd>
- z,
- The Z Coordinate. dd>
- roll,
- The roll Coordinate. dd>
- pitch,
- The pitch Coordinate. dd>
- yaw,
- The yaw Coordinate. dd>
- Returns:
- an HRESULT value.
Legal values:- S_OK if the operation succeeds
- E_FAIL otherwise .