ArcObjects Library Reference (3DAnalyst)  

IAnimationType.AnimationObjectName Property

The name of the given object for animation purposes.

[Visual Basic .NET]
Public Function get_AnimationObjectName ( _
    ByVal pScene As IScene, _
    ByVal pObject As Object _
) As String
[C#]
public string get_AnimationObjectName (
    IScene pScene,
    object pObject
);
[C++]
HRESULT get_AnimationObjectName(
  IScene* pScene,
  VARIANT pObject,
  BSTR* pName
);
[C++]

Parameters

pScene [in]

  pScene is a parameter of type IScene

pObject [in]   pObject is a parameter of type VARIANT pName [out, retval]   pName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationType Interface