ESRI.ArcGIS.CartographyTools
SetLayerRepresentation Constructor(Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > SetLayerRepresentation Class > SetLayerRepresentation Constructor : SetLayerRepresentation Constructor(Object,String)




in_layer
The input feature layer containing at least one representation. (In, Required)
representation
The representation to be set for the input feature layer. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_layer As Object, _
   ByVal representation As String _
)
Visual Basic (Usage)Copy Code
Dim in_layer As Object
Dim representation As String
 
Dim instance As SetLayerRepresentation(in_layer, representation)
C# 
public SetLayerRepresentation( 
   object in_layer,
   string representation
)

Parameters

in_layer
The input feature layer containing at least one representation. (In, Required)
representation
The representation to be set for the input feature layer. (In, Required)

See Also

© 2010 All Rights Reserved.