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