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


ISegment.QueryAreaCorrection Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.QueryAreaCorrection Method

Queries the area correction value.

[Visual Basic .NET]
Public Sub QueryAreaCorrection ( _
    ByRef areaCorrection As Double _
)
[C#]
public void QueryAreaCorrection (
    ref double areaCorrection
);
[C++]
HRESULT QueryAreaCorrection(
  System.Double* areaCorrection
);
[C++]

Parameters areaCorrection [out]
areaCorrection is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegment Interface