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


IPointCalculation.GetCalculatedPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IPointCalculation.GetCalculatedPoint Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPointCalculation Interface