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