Update an item. An item id of -1 indicates a new item.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Item EditItem(
Item item,
bool updateGeometry,
bool updateAttributes
)
Public Function EditItem (
item As Item,
updateGeometry As Boolean,
updateAttributes As Boolean
) As Item
Parameters
- item
- Type: Cadcorp.GISEditorItem
The item, in its desired form. - updateGeometry
- Type: SystemBoolean
If true, the geometry will be updated. - updateAttributes
- Type: SystemBoolean
If true, the attributes will be updated.
Return Value
Type:
ItemThe new item.
See Also