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


IAddressFindData.Geometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IA > IAddressFindData Interface > IAddressFindData.Geometry Property
ArcGIS Developer Help

IAddressFindData.Geometry Property

Geometry of the address candidate.

[Visual Basic .NET]
Public Property Geometry As IGeometry
[C#]
public IGeometry Geometry {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

The Geometry property returns a reference to the geometry for the address candidate.

See Also

IAddressFindData Interface