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


IPointCalculation Interface (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
ArcGIS Developer Help

IPointCalculation Interface

Provides access to IPointCalculation interface.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method AddLine Add line to calculate points from.
Method CalculatePoints Calculate Points with the given adjustment type. For closed parcels use -1/null for end point.
Read-only property Closure Return closure information for the last point calculation.
Method Empty Empty the point calculator of stored lines.
Write-only property FixedPoints Prevent points in the fixed list from being calculated (optional).
Method GetCalculatedPoint Coodinate for the calculated point.
Write-only property Points Assign calculated points to ICadastralPoints (optional).
Write-only property Rotation Rotation to apply to lines.
Write-only property Scale Scale to apply to lines.

Classes that implement IPointCalculation

Classes Description
PointCalculation Point Calculation using lines.