This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationshipRule Interface > ISchematicRelationshipRule.TargetElementClassName Property (ArcObjects .NET 10.4 SDK) |
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