Properties
- Property Offset() As (Read Only)
-
Role: To get_Offset on the object.
- Parameters:
-
- oOffset
- offset value return value for CATScript applications, with (IDLRETVAL) function type dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Property Support() As
-
Role: To manage the support on the object.
- Parameters:
-
- iSupport
- return value for CATScript applications, with (IDLRETVAL) function type dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
Methods
- Func getCurve( iPos) As
-
Role: To get_Curve on the object.
- Parameters:
-
- iPos
- Position dd>
- See also:
- long
- Parameters:
-
- oCurve
- return value for CATScript applications, with (IDLRETVAL) function type dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Func getNbCurve() As
-
Role: To get_NbCurve on the object.
- Parameters:
-
- CurvesNb
- Number of curves dd>
- See also:
- long
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Func getOffset() As
-
Role: To getOffset on the object.
- Parameters:
-
- oOffset
- offset value dd>
- See also:
- double
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Sub putCurve( iCurve)
-
Role: To add or remove a curve on the object.
- Parameters:
-
- iCurve
- Curve to Add/Remove if not present in the list, or to remove. dd>
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Sub putOffset( iOffset)
-
Role: To put_Offset on the object.
- Parameters:
-
- iOffset
- offset value dd>
- See also:
- double
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also: