Deletes the pay item ids in the collection from the specified object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static void DeletePayItemIds(
ObjectId oid,
StringCollection payItemIDs
) |
Visual Basic |
---|
Public Shared Sub DeletePayItemIds ( _
oid As ObjectId, _
payItemIDs As StringCollection _
) |
Visual C++ |
---|
public:
static void DeletePayItemIds(
ObjectId oid,
StringCollection^ payItemIDs
) |
Parameters
- oid
- Type: ObjectId
Object id of the object from which to delete the pay items.
- payItemIDs
- Type: System.Collections.Specialized..::..StringCollection
StringCollection containing the pay item ids to delete.
See Also