ArcObjects Library Reference (CadastralUI)  

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