ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.RelationshipClassName Property

Relationship class name related to the Schematic Relationship rule.

[Visual Basic .NET]
Public Property RelationshipClassName As String
[C#]
public string RelationshipClassName {get; set;}
[C++]
HRESULT get_RelationshipClassName(
  BSTR* RelationshipClassName
);
[C++]
HRESULT put_RelationshipClassName(
  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