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


ISMRouterEnvelope.Top Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMRouterEnvelope.Top Property

The position of the top.

[Visual Basic .NET]
Public Property Top As Double
[C#]
public double Top {get; set;}
[C++]
HRESULT get_Top(
  double* pVal
);
[C++]
HRESULT put_Top(
  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 top coordinate of the envelope.

See Also

ISMRouterEnvelope Interface