This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerTransformationProperties Interface > IAnnotateLayerTransformationProperties.Bounds Property (ArcObjects .NET 10.4 SDK) |
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