Gets or Sets the pay item list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public string[] PayItems { get; set; }Visual Basic
Public Property PayItems As String()
Get
SetVisual C++
public: property array<String^>^ PayItems { array<String^>^ get (); void set (array<String^>^ value); }
Exceptions
| Exception | Condition |
|---|---|
| [!:System.ArgumentException] | Thrown when pay item ids to be set are not in the existing pay item list. |