QTOUtilityGetPayItemIds Method

Gets a string collection of pay items ids for the specified object.

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

Parameters

oid  ObjectId
Object id for the object from which retrieve the pay item ids.

Return Value

StringCollection
A 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