ArcObjects Library Reference (CadastralUI)  

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