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


ISchematicObject.Class Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicObject.Class Property

Object class related to the schematic object.

[Visual Basic .NET]
Public ReadOnly Property Class As IObjectClass
[C#]
public IObjectClass Class {get;}
[C++]
HRESULT get_Class(
  IObjectClass** ObjectClass
);
[C++]

Parameters ObjectClass [out, retval]
ObjectClass is a parameter of type IObjectClass

Product Availability

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

See Also

ISchematicObject Interface