CodeSetStyleItemPayItems Property |
Gets or Sets the payitem list.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string[] PayItems { get; set; }Public Property PayItems As String()
Get
Set
public:
property array<String^>^ PayItems {
array<String^>^ get ();
void set (array<String^>^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the property StyleType is SubassemblySubentityStyleType::ShapeType.
|
| ArgumentException |
Thrown when pay item ids to be set are not in the existing pay item list.
|
Remarks
We can set the pay item list to "none" as UI did with a empty String array.
See Also