This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IS > ISimpleStandardization Interface > ISimpleStandardization.SimpleStandardizeAddress Method (ArcObjects .NET 10.4 SDK) |
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