ArcObjects Library Reference (CadastralUI)  

IMetricUnitConverter.SetGSPointCoordinates Method

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

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

Product Availability

Available with ArcGIS Desktop.

Remarks

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

[C++]

See Also

IMetricUnitConverter Interface