ArcObjects Library Reference (Schematic)  

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(
  BSTR* 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