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


ISchematicConnection.CLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicConnection Interface > ISchematicConnection.CLSID Property
ArcGIS Developer Help

ISchematicConnection.CLSID Property

The CLSID of the schematic connection.

[Visual Basic .NET]
Public ReadOnly Property CLSID As String
[C#]
public string CLSID {get;}
[C++]
HRESULT get_CLSID(
  System.String* CLSID
);
[C++]
Parameters
CLSID [out, retval]

CLSID is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicConnection Interface