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