ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.SourceElementClassName Property

Source element class name related to the Schematic Spatial Query rule.

[Visual Basic .NET]
Public Property SourceElementClassName As String
[C#]
public string SourceElementClassName {get; set;}
[C++]
HRESULT get_SourceElementClassName(
  BSTR* 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

ISchematicSpatialQueryRule Interface