NetworkPartsListName Property |
Gets or sets the part list name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string PartsListName { get; set; }
Public Property PartsListName As String
Get
Set
public:
property String^ PartsListName {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the parts list name is invalid.
|
See Also