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


IMaplexPlacedLabel.Bounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.Bounds Property
ArcGIS Developer Help

IMaplexPlacedLabel.Bounds Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMaplexPlacedLabel Interface