Gets or Sets the payitem list.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public string[] PayItems { get; set; } |
| Visual Basic |
|---|
Public Property PayItems As String()
Get
Set |
| Visual C++ |
|---|
public:
property array<String^>^ PayItems {
array<String^>^ get ();
void set (array<String^>^ value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when the property StyleType is SubassemblySubentityStyleType::ShapeType.
|
| System..::..ArgumentException |
Thrown when pay item ids to be set are not in the existing pay item list.
|
See Also