This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IPointCalculation Interface (ArcObjects .NET 10.4 SDK) |
Provides access to IPointCalculation interface.
Description | ||
---|---|---|
AddLine | Add line to calculate points from. | |
CalculatePoints | Calculate Points with the given adjustment type. For closed parcels use -1/null for end point. | |
Closure | Return closure information for the last point calculation. | |
Empty | Empty the point calculator of stored lines. | |
FixedPoints | Prevent points in the fixed list from being calculated (optional). | |
GetCalculatedPoint | Coodinate for the calculated point. | |
Points | Assign calculated points to ICadastralPoints (optional). | |
Rotation | Rotation to apply to lines. | |
Scale | Scale to apply to lines. |
CoClasses and Classes | Description |
---|---|
PointCalculation | Point Calculation using lines. |