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


IAnimationType.IsEnumProperty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationType Interface > IAnimationType.IsEnumProperty Property
ArcGIS Developer Help

IAnimationType.IsEnumProperty Property

Indicates if an integer or long property is an enumeration.

[Visual Basic .NET]
Public Function get_IsEnumProperty ( _
    ByVal index As Integer _
) As Boolean
[C#]
public bool get_IsEnumProperty (
    int index
);
[C++]
HRESULT get_IsEnumProperty(
  long index,
  Boolean* pbIsEnum
);
[C++]
Parameters
index [in]

index is a parameter of type long pbIsEnum [out, retval]
pbIsEnum is a parameter of type bool*

Product Availability

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

See Also

IAnimationType Interface