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


IGPNALayer.ClassDefinition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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