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


ISimpleStandardization.SimpleStandardizeAddress Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IS > ISimpleStandardization Interface > ISimpleStandardization.SimpleStandardizeAddress Method
ArcGIS Developer Help

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
);
[C++]
Parameters
address [in]

address is a parameter of type BSTR

Product Availability

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

See Also

ISimpleStandardization Interface