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


IMetricUnitConverter.SetGSControlPointCoordinates Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IMetricUnitConverter.SetGSControlPointCoordinates Method

Convert the point coordinates to metric units and set the value in GSControlPoint.

[Visual Basic .NET]
Public Function SetGSControlPointCoordinates ( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double _
) As IGSControlPoint
[C#]
public IGSControlPoint SetGSControlPointCoordinates (
    double X,
    double Y,
    double Z
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert Cadastral Fabric X, Y, Z coordinates to the GeoSurveyEngine point coordinate equivalent (metric).

[C++]

See Also

IMetricUnitConverter Interface