ArcObjects Library Reference (Location)  

ISimpleStandardization.SimpleStandardizeAddress Method

Standardize a single address.

[Visual Basic .NET]
Public Function SimpleStandardizeAddress ( _
    ByVal address As String _
) As IPropertySet
[C#]
public IPropertySet SimpleStandardizeAddress (
    string address
);
[C++]
HRESULT SimpleStandardizeAddress(
  BSTR address,
  IPropertySet** standardizedAddress
);
[C++]

Parameters

address [in]   address is a parameter of type BSTR standardizedAddress [out, retval]

  standardizedAddress is a parameter of type IPropertySet

Product Availability

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

See Also

ISimpleStandardization Interface