Deletes all pay item information from the specified object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static void DeleteAllPayItemsIds(
	ObjectId oid
)
Visual Basic
Public Shared Sub DeleteAllPayItemsIds ( _
	oid As ObjectId _
)
Visual C++
public:
static void DeleteAllPayItemsIds(
	ObjectId oid
)

Parameters

oid
Type: ObjectId
Object id of the object from which delete all the pay item information.

See Also