Gets a string collection of pay items ids for the specified object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static StringCollection GetPayItemIds(
ObjectId oid
) |
Visual Basic |
---|
Public Shared Function GetPayItemIds ( _
oid As ObjectId _
) As StringCollection |
Visual C++ |
---|
public:
static StringCollection^ GetPayItemIds(
ObjectId oid
) |
Parameters
- oid
- Type: ObjectId
Object id for the object from which retrieve the pay item ids.
Return Value
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