| Overload | Description |
|---|---|
| Create(Layer,Geometry,Action<Int64>) | Creates a new feature in the given layer given a geometry with default geodatabase values. |
| Create(ParallelOffset) | |
| Create(Builder) | |
| Create(AssociationDescription) | Creates a utility network association. |
| Create(RelationshipDescription) | Creates a new relationship between the two specified rows in the RelationshipDescription. |
| Create(EditingTemplate,Geometry,Action<Int64>) | Creates a new feature using the given template and geometry. |
| Create(FeatureLayer,Geometry,Action<Int64>) | Creates a new feature in the given layer given a geometry with default geodatabase values. |
| Create(MapMember,Action<Int64>) | Creates a new row with default geodatabase values. |
| Create(Table,Action<Int64>) | Creates a new row with default geodatabase values. |
| Create(MapMember,Dictionary<String,Object>,Action<Int64>) | Creates a new row with the given attributes. |
| Create(MapMember,Inspector,Action<Int64>) | Creates a new row with the given inspector. |
| Create(Table,Dictionary<String,Object>,Action<Int64>) | Creates a new row with the given attributes. |