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


IAnnotateLayerTransformationProperties.Bounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerTransformationProperties Interface > IAnnotateLayerTransformationProperties.Bounds Property
ArcGIS Developer Help

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 [in]

Bounds is a parameter of type IEnvelope* Bounds [out, retval]
Bounds is a parameter of type IEnvelope**

Product Availability

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

See Also

IAnnotateLayerTransformationProperties Interface