QTOUtilityGetPayItemIds Method |
Gets a string collection of pay items ids for the specified object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static StringCollection GetPayItemIds(
ObjectId oid
)
Public Shared Function GetPayItemIds (
oid As ObjectId
) As StringCollection
public:
static StringCollection^ GetPayItemIds(
ObjectId oid
)
Parameters
- oid ObjectId
- Object id for the object from which retrieve the pay item ids.
Return Value
StringCollectionA StringCollection containing the pay item ids assigned to the object.
The collection can be empty if no pay items have been assigned previously.
See Also