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


ISchematicRule.ClassID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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