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


IGSParcel.ShapeStandardError Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

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