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


ISchematicRelationshipRule.TargetElementClassName Property (ArcObjects .NET 10.5 SDK)
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