ESRI.ArcGIS.ADF.IMS
LayoutView Constructor(MapService)
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > LayoutView Class > LayoutView Constructor : LayoutView Constructor(MapService)




mapService
The MapService initialized with the properties of the ArcMap image service.
Creates a new LayoutView object from a MapService.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal mapService As MapService _
)
Visual Basic (Usage)Copy Code
Dim mapService As MapService
 
Dim instance As LayoutView(mapService)
C# 
public LayoutView( 
   MapService mapService
)

Parameters

mapService
The MapService initialized with the properties of the ArcMap image service.

Remarks

An alternative method for generating a LayoutView is CreateLayoutView.

See Also

© 2010 All Rights Reserved.