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


ILayerSymbologyExtents.ExpandRegionForSymbols Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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