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


ISMRouterEnvelope.Right 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.Right Property
ArcGIS Developer Help

ISMRouterEnvelope.Right Property

The position of the right side.

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

Product Availability

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

Description

Returns the right coordinate of the envelope.

See Also

ISMRouterEnvelope Interface