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


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

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(
  System.String* 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