ArcObjects Library Reference (Schematic)  

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