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


ISchematicSpatialQueryRule.SearchMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.SearchMethod Property
ArcGIS Developer Help

ISchematicSpatialQueryRule.SearchMethod Property

List of the target element class names.

[Visual Basic .NET]
Public Property SearchMethod As esriSchematicSpatialQueryRuleSearchMethod
[C#]
public esriSchematicSpatialQueryRuleSearchMethod SearchMethod {get; set;}
[C++]
HRESULT get_SearchMethod(
  esriSchematicSpatialQueryRuleSearchMethod* SearchMethod
);
[C++]
HRESULT put_SearchMethod(
  esriSchematicSpatialQueryRuleSearchMethod SearchMethod
);
[C++]
Parameters
SearchMethod [out, retval]

SearchMethod is a parameter of type esriSchematicSpatialQueryRuleSearchMethod* SearchMethod [in]
SearchMethod is a parameter of type esriSchematicSpatialQueryRuleSearchMethod

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface