Overload | Description |
---|---|
Create(Layer,Geometry) | Creates a new feature in the given layer given a geometry with default geodatabase values. |
Create(ParallelOffset) | Creates new features copied parallel to the selected features in the ParallelOffset.Selection |
Create(Builder) | Creates new features copied parallel to the selected features in the ParallelOffset.Selection. A ParallelOffset is created from the input builder. |
Create(Layer,Geometry,Dictionary<String,Object>) | Creates a new feature in the given layer given a geometry and a set of attributes. |
Create(AssociationDescription) | Creates a utility network association. |
Create(RelationshipDescription) | Creates a new relationship between the two specified rows in the RelationshipDescription. |
Create(MapMember,KnowledgeGraphRelationshipDescription) | Creates a new relationship between the two specified entities in the KnowledgeGraphRelationshipDescription. |
Create(Table,KnowledgeGraphRelationshipDescription) | Creates a new relationship between the two specified entities in the KnowledgeGraphRelationshipDescription. |
Create(EditingTemplate,Geometry) | Creates a new feature using the given template and geometry. |
Create(EditingTemplate) | Creates a new row using the given template. |
Create(MapMember) | Creates a new row with default geodatabase values. |
Create(Table) | Creates a new row in the specified table. |
Create(MapMember,Dictionary<String,Object>) | Creates a new row with the given attributes. |
Create(MapMember,Inspector) | Creates a new row with the given inspector. |
Create(Table,Dictionary<String,Object>) | Creates a new row with the given attributes. |