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


ISchematicRelationshipRule.TargetElementClassName 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.TargetElementClassName Property
ArcGIS Developer Help

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