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


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

ISMDirItem.BoundBox Property

The geographic extent of the direction item.

[Visual Basic .NET]
Public ReadOnly Property BoundBox As SMRouterEnvelope
[C#]
public SMRouterEnvelope BoundBox {get;}
[C++]
HRESULT get_BoundBox(
void
);

Product Availability

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

Description

Returns the geographic extent of the directions item.

See Also

ISMDirItem Interface