Overload | Description |
---|---|
CreateEx(Table,Dictionary<String,Object>) | Creates a new row with the given attributes. |
CreateEx(Layer,Geometry,Dictionary<String,Object>) | Creates a new feature in the given layer given a geometry and a set of attributes. |
CreateEx(EditingTemplate,Geometry) | Creates a new feature using the given template and geometry. |
CreateEx(FeatureLayer,Geometry) | Creates a new feature using the given layer and geometry. |
CreateEx(MapMember) | Creates a new row with default geodatabase values. |
CreateEx(Table) | Creates a row in the specified table. |
CreateEx(MapMember,Dictionary<String,Object>) | Creates a new feature using a MapMember (layer or standalone table) and a set attributes. |