This document is archived and information here might be outdated.  Recommended version.


IGeocodedFeatureClass.NeedsUpdate Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

IGeocodedFeatureClass.NeedsUpdate Method

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*

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.

See Also

IGeocodedFeatureClass Interface | GeocodedFeature Class