Gets or sets the part list name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string PartsListName { get; set; }
VB
Public Property PartsListName As String Get Set
C++
public: property String^ PartsListName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the parts list name is invalid. |