Expands the given geometry by an amount that will include the layer's symbology for the given display.
[Visual Basic 6.0] Sub ExpandRegionForSymbols(
ByVal Display As IDisplay, _
ByVal region As IGeometry _
)
[Visual Basic .NET] Public Sub ExpandRegionForSymbols ( _ ByVal Display As IDisplay, _ ByVal region As IGeometry _ )
[C#] public void ExpandRegionForSymbols ( IDisplay Display, IGeometry region );
[Java] public void expandRegionForSymbols ( IDisplay Display, IGeometry region ) throws IOException, AutomationException
[C++] HRESULT ExpandRegionForSymbols( IDisplay* Display, IGeometry* region );
Parameters
Display [in]
Display is a parameter of type IDisplay
region [in]
region is a parameter of type IGeometry