ArcObjects Library Reference (Maplex)  

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