This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerSymbologyExtents Interface > ILayerSymbologyExtents.ExpandRegionForSymbols Method (ArcObjects .NET 10.4 SDK) |
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