This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.Bounds Property (ArcObjects .NET 10.4 SDK) |
The bounds of the placed label.
[Visual Basic .NET] Public Property Bounds As IPolygon
[C#] public IPolygon Bounds {get; set;}
[C++]
HRESULT get_Bounds(
IPolygon** Bounds
);
[C++]
HRESULT put_Bounds(
IPolygon* Bounds
);
[C++]
Parameters Bounds [out, retval]
Bounds is a parameter of type IPolygon Bounds [in]
Bounds is a parameter of type IPolygon