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


IGSParcel.ShapeStandardError Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.ShapeStandardError Property
ArcGIS Developer Help

IGSParcel.ShapeStandardError Property

Parcel shape standard error.

[Visual Basic .NET]
Public Sub ShapeStandardError ( _
    ByRef dX As Double, _
    ByRef dY As Double _
)
[C#]
public void ShapeStandardError (
    ref double dX,
    ref double dY
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface