AGI STK Esri Display 11 Send comments on this topic.
ZoomToLayer Method (IAgEsri3dRenderer)
See Also 
Layer
Specifies the layer to zoom to.





Description

Zoom to a specific layer.

Syntax

[Visual Basic .NET]
Public Sub ZoomToLayer( _
   ByVal Layer As ILayer _
) 

[C#]
public void ZoomToLayer(
ILayer Layer
);

[Managed C++]
public: void ZoomToLayer(
ILayer ^ Layer
);

[Java]
public  zoomToLayer(
ILayer Layer
);

[Unmanaged C++]
public: HRESULT ZoomToLayer(
ILayer * Layer
);

Parameters

Layer
Specifies the layer to zoom to.

Remarks

Use the specified layer extent or area of interest to set the 3D view.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1