This document is archived and information here might be outdated. Recommended version. |
Indicates if a geocoded feature needs to be updated.
[Visual Basic .NET] Public Function NeedsUpdate ( _ ByVal address As IObject, _ ByVal shape As IFeature _ ) As Boolean
[C#] public bool NeedsUpdate ( IObject address, IFeature shape );
[C++]
HRESULT NeedsUpdate(
IObject* address,
IFeature* shape
);
[C++] Parameters address [in]
address is a parameter of type IObject* shape [in]
shape is a parameter of type IFeature*
The address parameter is an Object from the address Table.
The result parameter is a Feature representing the geocoded location of the Object.