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


ISchematicSpatialQueryRule.TargetElementClassNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.TargetElementClassNames Property

List of the target element class names.

[Visual Basic .NET]
Public Property TargetElementClassNames As Object
[C#]
public object TargetElementClassNames {get; set;}
[C++]
HRESULT get_TargetElementClassNames(
  VARIANT* Names
);
[C++]
HRESULT put_TargetElementClassNames(
  VARIANT Names
);
[C++]

Parameters Names [out, retval] Names is a parameter of type VARIANT Names [in] Names is a parameter of type VARIANT

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface