Share

QTOUtility.GetPayItemIds 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.280

Syntax

C#

public static StringCollection GetPayItemIds(
	ObjectId oid
)

VB

Public Shared Function GetPayItemIds ( 
	oid As ObjectId
) As StringCollection

C++

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

Reference

Was this information helpful?