Click or drag to resize

GenericSPEditItem Method

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)
Syntax
public Item EditItem(
	Item item,
	bool updateGeometry,
	bool updateAttributes
)

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: Item
The new item.
See Also