This document is archived and information here might be outdated. Recommended version. |
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*