ArcObjects Library Reference (DataSourcesFile)  

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(
  double* pVal
);
[C++]
HRESULT put_X(
  double pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type double pVal [in]   pVal is a parameter of type double

Product Availability

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

Description

Returns the X coordinate of the point.

See Also

ISMRouterPoint Interface