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


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

ISchematicElementClass.RelationManagerCLSID Property

Relation manager CLSID of the schematic element class.

[Visual Basic .NET]
Public Property RelationManagerCLSID As UID
[C#]
public UID RelationManagerCLSID {get; set;}
[C++]
HRESULT get_RelationManagerCLSID(
  IUID** UID
);
[C++]
HRESULT put_RelationManagerCLSID(
  IUID* UID
);
[C++]
Parameters
UID [out, retval]

UID is a parameter of type IUID** UID [in]
UID is a parameter of type IUID*

Product Availability

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

See Also

ISchematicElementClass Interface