This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IPointCalculation Interface > IPointCalculation.CalculatePoints Method (ArcObjects .NET 10.5 SDK) |
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 );