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


INAClassDefinition.ClassCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition Interface > INAClassDefinition.ClassCLSID Property
ArcGIS Developer Help

INAClassDefinition.ClassCLSID Property

The COM class id for the network analyst class.

[Visual Basic .NET]
Public ReadOnly Property ClassCLSID As UID
[C#]
public UID ClassCLSID {get;}
[C++]
HRESULT get_ClassCLSID(
  IUID** clsid
);
[C++]
Parameters
clsid [out, retval]

clsid is a parameter of type IUID**

Product Availability

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

Remarks

ClassCLSID returns the CLSID of the row returned from the NAClass.  By default this value is "{D4D5923C-EA31-4B8D-9050-6429CF17AB41}" which represents "esriNetworkAnalyst.NALocationFeature.1".

See Also

INAClassDefinition Interface