This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralGeometryCache Interface > ICadastralGeometryCache.ParcelGeometry Property (ArcObjects .NET 10.5 SDK) |
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 );