ArcObjects Library Reference (Carto)  

IAnnotateLayerTransformationProperties.Bounds Property

The full extent in world coordinates.

[Visual Basic .NET]
Public Property Bounds As IEnvelope
[C#]
public IEnvelope Bounds {get; set;}
[C++]
HRESULT get_Bounds(
  IEnvelope** Bounds
);
[C++]
HRESULT put_Bounds(
  IEnvelope* Bounds
);
[C++]

Parameters

Bounds [out, retval]

  Bounds is a parameter of type IEnvelope

Bounds [in]

  Bounds is a parameter of type IEnvelope

Product Availability

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

See Also

IAnnotateLayerTransformationProperties Interface