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


ILocatorExtraction.ExtractPartOfLocator Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

ILocatorExtraction.ExtractPartOfLocator Method

Extracts current locator by given envelope and query to specified path

[Visual Basic .NET]
Public Sub ExtractPartOfLocator ( _
    ByVal envelope As IEnvelope, _
    ByVal whereClause As String, _
    ByVal outputPath As String _
)
[C#]
public void ExtractPartOfLocator (
    IEnvelope envelope,
    string whereClause,
    string outputPath
);
[C++]
HRESULT ExtractPartOfLocator(
  IEnvelope* envelope,
  BSTR whereClause,
  BSTR outputPath
);
[C++]

Parameters envelope
envelope is a parameter of type IEnvelope 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

ILocatorExtraction Interface