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


INAClassDefinitionEdit.ClassCLSID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAClassDefinitionEdit.ClassCLSID Property

The COM class id for the network analyst class.

[Visual Basic .NET]
Public WriteOnly Property ClassCLSID
[C#]
public void ClassCLSID {set;}
[C++]
HRESULT putref_ClassCLSID(
  IUID* 
);
[C++]

Parameters [in]
is a parameter of type IUID

Product Availability

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

Remarks

This property should only be set by a custom solver during the creation of the NAContext.

See Also

INAClassDefinitionEdit Interface