Share

QTOUtility.DeleteAllPayItemsIds Method

Deletes all pay item information from the specified object.



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

Syntax

C#

public static void DeleteAllPayItemsIds(
	ObjectId oid
)

VB

Public Shared Sub DeleteAllPayItemsIds ( 
	oid As ObjectId
)

C++

public:
static void DeleteAllPayItemsIds(
	ObjectId oid
)

Parameters

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

See Also

Reference

Was this information helpful?