Adds line to an fc, using the map selection as the feature source. The selection can contain polygons and polylines from multiple features classes - including the target feature class. -1 for c.t. means use c.t. of target sr.
Adds line to a feature class, using a feature cursor as the feature source. The cursor can return features from the target feature class, in which case the original features will be deleted. -1 for c.t. means use c.t. of target sr.
Constructs polygons into the specified feature class, using the specified set of polyline geometries to define new boundaries (possibly in combination with existing polygons features).
Adds features to a specified feature class by processing other features or geometries. Each of the construction methods on this interface operate under the following guidelines.
The pCancel parameter is always optional.
If a value of -1 is passed in for the cluster tolerance parameter, the XYTolerance value of the target feature class' spatial reference will be used.
The invalid area argument is optional and can be used to redraw the area affected by processing. In some cases it may be necessary to have an invalid area in order for related features (annotation, route symbology, etc) to redraw correctly.
The cluster tolerance must at least be as large as the XYTolerance of the spatial reference associated with the target feature class.
Attributes are assigned to new features based on the geodatabase domain properties, expect to see the same behavior as the feature construction command in ArcMap.