Overload | Description |
---|---|
Create(Table,Dictionary<String,Object>,Action<Int64>) | Creates a new row with the given attributes. |
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. This method must be called on the MCT. Use QueuedTask.Run |
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. |