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




in_features
The input feature layer containing representation(s). (In, Required)
representation
The feature class representation to be deleted. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_features
The input feature layer containing representation(s). (In, Required)
representation
The feature class representation to be deleted. (In, Required)

See Also

© 2010 All Rights Reserved.