This document is archived and information here might be outdated. Recommended version. |
The ID (index) of the given object among those of its animation type in the scene.
[Visual Basic .NET] Public Function get_AnimationObjectID ( _ ByVal pScene As IScene, _ ByVal pObject As Object _ ) As Integer
[C#] public int get_AnimationObjectID ( IScene pScene, object pObject );
[C++]
HRESULT get_AnimationObjectID(
IScene* pScene,
VARIANT pObject,
System.Int32* pObjectID
);
[C++] Parameters pScene [in]
pScene is a parameter of type IScene* pObject [in]
pObject is a parameter of type VARIANT pObjectID [out, retval]
pObjectID is a parameter of type long*