ArcObjects Library Reference (Schematic)  

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