Gets or Sets the payitem list.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string[] PayItems { get; set; }
VB
Public Property PayItems As String() Get Set
C++
public: property array<String^>^ PayItems { array<String^>^ get (); void set (array<String^>^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when pay item ids to be set are not in the existing pay item list. |