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


INAClassDefinitionEdit.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 > INAClassDefinitionEdit Interface > INAClassDefinitionEdit.ClassCLSID Property
ArcGIS Developer Help

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