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


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

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(
void
);
[C++]
HRESULT put_Top(
);

Product Availability

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

Description

Returns the top coordinate of the envelope.

See Also

ISMRouterEnvelope Interface