ArcObjects Library Reference (ArcGlobe)  

IGMxApplication.CreateSubView Method

Makes a new viewer.

[Visual Basic .NET]
Public Sub CreateSubView ( _
)
[C#]
public void CreateSubView (
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Remarks

Similar to the main viewer, secondary viewers allow you to display the data in perspective,which is independent from the perspective of the main viewer. This helps in viewing the same data from different directions.

See Also

IGMxApplication Interface