Initializes a new instance of the View class with the specified name and Viewpoint.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public View(
	string name,
	Viewpoint viewpoint
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	viewpoint As Viewpoint _
)

Parameters

name
Type: System..::.String

The name of the View.
viewpoint
Type: ESRI.ArcGISExplorer.Mapping..::.Viewpoint

A Viewpoint object to set as the Viewpoint property of the new View.

Remarks

This overload constructs a View by initializing the Name and Viewpoint properties with the specified name and viewpoint.

See Also