ArcObjects Library Reference (DataSourcesFile)  

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(
  ISMRouterEnvelope** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMRouterEnvelope

Product Availability

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

Description

Returns the geographic extent of the directions item.

See Also

ISMDirItem Interface