This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IPointCalculation Interface > IPointCalculation.GetCalculatedPoint Method (ArcObjects .NET 10.4 SDK) |
Coodinate for the calculated point.
[Visual Basic .NET] Public Function GetCalculatedPoint ( _ ByVal PointID As Integer, _ ByRef X As Double _ ) As Double
[C#] public double GetCalculatedPoint ( int PointID, ref double X );