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




in_features
The input feature layer containing at least one representation. (In, Required)
representation
The representation from which representation overrides will be removed. (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 RemoveOverride(in_features, representation)
C# 
public RemoveOverride( 
   object in_features,
   string representation
)

Parameters

in_features
The input feature layer containing at least one representation. (In, Required)
representation
The representation from which representation overrides will be removed. (In, Required)

See Also

© 2010 All Rights Reserved.