ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.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

ISchematicSpatialQueryRule Interface