Zoom to a specific layer.
| [Visual Basic .NET] |
|---|
Public Sub ZoomToLayer( _
ByVal Layer As ILayer _
)
|
| [C#] |
|---|
public void ZoomToLayer(
|
| [Managed C++] |
|---|
public: void ZoomToLayer(
|
| [Java] |
|---|
public zoomToLayer(
|
| [Unmanaged C++] |
|---|
public: HRESULT ZoomToLayer(
|
- Layer
- Specifies the layer to zoom to.
Use the specified layer extent or area of
interest to set the 3D view.