QTOUtilityDeletePayItemIds Method

Deletes the pay item ids in the collection from the specified object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static void DeletePayItemIds(
	ObjectId oid,
	StringCollection payItemIDs
)

Parameters

oid  ObjectId
Object id of the object from which to delete the pay items.
payItemIDs  StringCollection
StringCollection containing the pay item ids to delete.
See Also