ArcObjects Library Reference (DataSourcesFile)  

ISMRouterEnvelope.Bottom Property

The position of the bottom.

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

See Also

ISMRouterEnvelope Interface