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




in_features
The line input features to be trimmed. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
 
Dim instance As TrimLine(in_features)
C# 
public TrimLine( 
   object in_features
)

Parameters

in_features
The line input features to be trimmed. (In, Required)

See Also

© 2010 All Rights Reserved.