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


ISMRouterPoint.X Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouterPoint Interface > ISMRouterPoint.X Property
ArcGIS Developer Help

ISMRouterPoint.X Property

The X coordinate of the point.

[Visual Basic .NET]
Public Property X As Double
[C#]
public double X {get; set;}
[C++]
HRESULT get_X(
void
);
[C++]
HRESULT put_X(
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the X coordinate of the point.

See Also

ISMRouterPoint Interface