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


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

ILayerSymbologyExtents.ExpandRegionForSymbols Method

Enlarges the specified region if necessary to account for the symbology sizes.

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

pDisplay is a parameter of type IDisplay* pRegion [in]
pRegion is a parameter of type IGeometry*

Product Availability

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

See Also

ILayerSymbologyExtents Interface