ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.TargetElementClassName Property

Target element class name related to the Schematic Relationship rule.

[Visual Basic .NET]
Public Property TargetElementClassName As String
[C#]
public string TargetElementClassName {get; set;}
[C++]
HRESULT get_TargetElementClassName(
  BSTR* TargetClassName
);
[C++]
HRESULT put_TargetElementClassName(
  BSTR TargetClassName
);
[C++]

Parameters

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

Product Availability

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

See Also

ISchematicRelationshipRule Interface