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


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

ISchematicRelationshipRule.SourceElementClassName Property

Source element class name related to the Schematic Relationship rule.

[Visual Basic .NET]
Public Property SourceElementClassName As String
[C#]
public string SourceElementClassName {get; set;}
[C++]
HRESULT get_SourceElementClassName(
  System.String* SourceClassName
);
[C++]
HRESULT put_SourceElementClassName(
  BSTR SourceClassName
);
[C++]
Parameters
SourceClassName [out, retval]

SourceClassName is a parameter of type BSTR* SourceClassName [in]
SourceClassName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicRelationshipRule Interface