QTOUtilityDeletePayItemIds Method |
Deletes the pay item ids in the collection from the specified object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static void DeletePayItemIds(
ObjectId oid,
StringCollection payItemIDs
)
Public Shared Sub DeletePayItemIds (
oid As ObjectId,
payItemIDs As StringCollection
)
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