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


ISchematicAttribute.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 > ISchematicAttribute Interface > ISchematicAttribute.CLSID Property
ArcGIS Developer Help

ISchematicAttribute.CLSID Property

CLSID of the schematic attribute.

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

UID is a parameter of type IUID**

Product Availability

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

See Also

ISchematicAttribute Interface