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


ILocatorExtraction2.ExtractPartOfLocatorByGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocatorExtraction2 Interface > ILocatorExtraction2.ExtractPartOfLocatorByGeometry Method
ArcGIS Developer Help

ILocatorExtraction2.ExtractPartOfLocatorByGeometry Method

Extracts current locator by given geometry and query to specified path

[Visual Basic .NET]
Public Sub ExtractPartOfLocatorByGeometry ( _
    ByVal border As IGeometry, _
    ByVal whereClause As String, _
    ByVal outputPath As String _
)
[C#]
public void ExtractPartOfLocatorByGeometry (
    IGeometry border,
    string whereClause,
    string outputPath
);
[C++]
HRESULT ExtractPartOfLocatorByGeometry(
  IGeometry* border,
  BSTR whereClause,
  BSTR outputPath
);
[C++]
Parameters
border 

border is a parameter of type IGeometry* whereClause
whereClause is a parameter of type BSTR outputPath
outputPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILocatorExtraction2 Interface