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


ICoordinateDialog.X Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICoordinateDialog Interface > ICoordinateDialog.X Property
ArcGIS Developer Help

ICoordinateDialog.X Property

The X value entered in the dialog.

[Visual Basic .NET]
Public ReadOnly Property X As Double
[C#]
public double X {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The X property allows you to get the X value that was entered in the dialog.

See Also

ICoordinateDialog Interface