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


IGPNALayer.ClassDefinition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNALayer Interface > IGPNALayer.ClassDefinition Property
ArcGIS Developer Help

IGPNALayer.ClassDefinition Property

The class definition for a sublayer.

[Visual Basic .NET]
Public Function get_ClassDefinition ( _
    ByVal Index As Integer _
) As INAClassDefinition
[C#]
public INAClassDefinition get_ClassDefinition (
    int Index
);
[C++]
HRESULT get_ClassDefinition(
  long Index,
  INAClassDefinition** classDef
);
[C++]
Parameters
Index [in]

Index is a parameter of type long classDef [out, retval]
classDef is a parameter of type INAClassDefinition**

Product Availability

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

See Also

IGPNALayer Interface