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


ICadastralGeometryCache.ParcelGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralGeometryCache Interface > ICadastralGeometryCache.ParcelGeometry Property
ArcGIS Developer Help

ICadastralGeometryCache.ParcelGeometry Property

Get/Create a geometry for a IGSParcel (joined/non editing space). Calling IMetricUnitConverterFlexPoints::CacheFlexPoints initially will improve performance for multiple calls.

[Visual Basic .NET]
Public Function get_ParcelGeometry ( _
    ByVal pParcel As IGSParcel _
) As IPolygon
[C#]
public IPolygon get_ParcelGeometry (
    IGSParcel pParcel
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralGeometryCache Interface