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


IPointCalculation.GetCalculatedPoint Method (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 > IPointCalculation.GetCalculatedPoint Method
ArcGIS Developer Help

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