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


ISchematicRelationshipRule.RelationshipElementClassName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.RelationshipElementClassName Property

Relationship element class name related to the Schematic Relationship rule.

[Visual Basic .NET]
Public Property RelationshipElementClassName As String
[C#]
public string RelationshipElementClassName {get; set;}
[C++]
HRESULT get_RelationshipElementClassName(
  BSTR* RelationshipClassName
);
[C++]
HRESULT put_RelationshipElementClassName(
  BSTR RelationshipClassName
);
[C++]

Parameters RelationshipClassName [out, retval] RelationshipClassName is a parameter of type BSTR RelationshipClassName [in] RelationshipClassName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicRelationshipRule Interface