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


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

ISchematicRule.ClassID Property

ClassID of the schematic rule.

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

ClassID is a parameter of type IUID**

Product Availability

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

See Also

ISchematicRule Interface