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,
VARIANT_BOOL* bNeedsUpdate
);
[C++]Parameters
address [in]address is a parameter of type IObject
shape [in]shape is a parameter of type IFeature
bNeedsUpdate [out, retval] bNeedsUpdate is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The address parameter is an Object from the address Table.
The result parameter is a Feature representing the geocoded location of the Object.