For a list of all members of this type, see Variable2 members.
| Name | Description |
  | Create | Overloaded. Initializes a new instance of the Variable2 class. |
 | Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
 | GetCurve | HRESULT IUIAnimationVariable2::GetCurve([In] IUnknown* animation) |
 | GetFinalIntegerVectorValue | HRESULT IUIAnimationVariable2::GetFinalIntegerVectorValue([Out, Buffer] int* finalValue,[In] unsigned int cDimension) |
 | GetFinalVectorValue | HRESULT IUIAnimationVariable2::GetFinalVectorValue([Out, Buffer] double* finalValue,[In] unsigned int cDimension) |
 | GetIntegerVectorValue | HRESULT IUIAnimationVariable2::GetIntegerVectorValue([Out, Buffer] int* value,[In] unsigned int cDimension) |
 | GetPreviousIntegerVectorValue | HRESULT IUIAnimationVariable2::GetPreviousIntegerVectorValue([Out, Buffer] int* previousValue,[In] unsigned int cDimension) |
 | GetPreviousVectorValue | HRESULT IUIAnimationVariable2::GetPreviousVectorValue([Out, Buffer] double* previousValue,[In] unsigned int cDimension) |
 | GetTag | Overloaded. Gets the tag. |
 | GetVectorCurve | Overloaded. HRESULT IUIAnimationVariable2::GetVectorCurve([In, Buffer] IUnknown** animation,[In] unsigned int cDimension) |
 | GetVectorValue | HRESULT IUIAnimationVariable2::GetVectorValue([Out, Buffer] double* value,[In] unsigned int cDimension) |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | Set1_VariableChangeHandler | Specifies a handler for changes to the value of the animation variable. |
 | Set1_VariableIntegerChangeHandler | Specifies a handler for changes to the integer value of the animation variable. |
 | Set2_VariableChangeHandler | Specifies a handler for changes to the value of the animation variable. |
 | Set2_VariableIntegerChangeHandler | Specifies a handler for changes to the integer value of the animation variable. |
 | SetLowerBound | HRESULT IUIAnimationVariable2::SetLowerBound([In] double bound) |
 | SetLowerBoundVector | HRESULT IUIAnimationVariable2::SetLowerBoundVector([In, Buffer] const double* bound,[In] unsigned int cDimension) |
 | SetRoundingMode | HRESULT IUIAnimationVariable2::SetRoundingMode([In] UI_ANIMATION_ROUNDING_MODE mode) |
 | SetTag | Overloaded. Sets the tag. |
 | SetUpperBound | HRESULT IUIAnimationVariable2::SetUpperBound([In] double bound) |
 | SetUpperBoundVector | HRESULT IUIAnimationVariable2::SetUpperBoundVector([In, Buffer] const double* bound,[In] unsigned int cDimension) |
 | SetVariableChangeHandler | Specifies a handler for changes to the value of the animation variable. |
 | SetVariableIntegerChangeHandler | Specifies a handler for changes to the integer value of the animation variable. |
Top