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.280
Syntax
C#
public static void DeletePayItemIds( ObjectId oid, StringCollection payItemIDs )
VB
Public Shared Sub DeletePayItemIds ( oid As ObjectId, payItemIDs As StringCollection )
C++
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.