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


IPointCalculation.CalculatePoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IPointCalculation Interface > IPointCalculation.CalculatePoints Method
ArcGIS Developer Help

IPointCalculation.CalculatePoints Method

Calculate Points with the given adjustment type. For closed parcels use -1/null for end point.

[Visual Basic .NET]
Public Sub CalculatePoints ( _
    ByVal adjustmentType As esriParcelAdjustmentType, _
    ByVal startPointId As Integer, _
    ByVal pStartPoint As IGSPoint, _
    ByVal endPointId As Integer, _
    ByVal pEndPoint As IGSPoint, _
    ByVal ApplyScaleAndRotation As Boolean _
)
[C#]
public void CalculatePoints (
    esriParcelAdjustmentType adjustmentType,
    int startPointId,
    IGSPoint pStartPoint,
    int endPointId,
    IGSPoint pEndPoint,
    bool ApplyScaleAndRotation
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPointCalculation Interface