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


ISegment.QueryAreaCorrection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.QueryAreaCorrection Method
ArcGIS Developer Help

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