This document is archived and information here might be outdated.  Recommended version.


IAGAnimationType.AnimationObjectName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationType Interface > IAGAnimationType.AnimationObjectName Property
ArcGIS Developer Help

IAGAnimationType.AnimationObjectName Property

The name of the given object for animation purposes.

[Visual Basic .NET]
Public Function get_AnimationObjectName ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pObject As Object _
) As String
[C#]
public string get_AnimationObjectName (
    IAGAnimationContainer pContainer,
    object pObject
);
[C++]
HRESULT get_AnimationObjectName(
  IAGAnimationContainer* pContainer,
  VARIANT pObject,
  System.String* pName
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* 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.

See Also

IAGAnimationType Interface