Returns the full extents of all layers loaded in the map.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property FullExtents As Envelope |
| C# |
|---|
| public Envelope FullExtents { get; } |
| C++ |
|---|
| public property Envelope FullExtents sealed { Envelope get(); } |
| J# |
|---|
| /** property */ public Envelope get_FullExtents(); |
| JScript |
|---|
| public function get FullExtents() : Envelope |