This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodedFeatureClass Interface > IGeocodedFeatureClass.NeedsUpdate Method (ArcObjects .NET 10.4 SDK) |
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
The address parameter is an Object from the address Table.
The result parameter is a Feature representing the geocoded location of the Object.