ArcObjects Library Reference (NetworkAnalyst)  

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