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


INetworkLayer.ExpandRegionForSymbols Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkLayer Interface > INetworkLayer.ExpandRegionForSymbols Method
ArcGIS Developer Help

INetworkLayer.ExpandRegionForSymbols Method

Expands the given geometry by an amount that will include the layer's symbology for the given display.

[Visual Basic .NET]
Public Sub ExpandRegionForSymbols ( _
    ByVal Display As IDisplay, _
    ByVal region As IGeometry _
)
[C#]
public void ExpandRegionForSymbols (
    IDisplay Display,
    IGeometry region
);
[C++]
HRESULT ExpandRegionForSymbols(
  IDisplay* Display,
  IGeometry* region
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* region [in]
region is a parameter of type IGeometry*

Product Availability

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

See Also

INetworkLayer Interface