Indicates if a geocoded feature needs to be updated.
[Visual Basic 6.0] Function NeedsUpdate(
ByVal address As IObject, _
ByVal shape As IFeature _
) As Boolean
[Visual Basic .NET] Public Function NeedsUpdate ( _ ByVal address As IObject, _ ByVal shape As IFeature _ ) As Boolean
[C#] public bool NeedsUpdate ( IObject address, IFeature shape );
[Java] public Boolean needsUpdate ( IObject address, IFeature shape ) throws IOException, AutomationException
[C++] HRESULT NeedsUpdate( IObject* address, IFeature* shape, VARIANT_BOOL* bNeedsUpdate );
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
The address parameter is an Object from the address Table.
The result parameter is a Feature representing the geocoded location of the Object.