QTOMaterialListGapDescription Property |
Gets or sets the description of the material list gap.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string Description { get; set; }Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| [!:System.ArgumentNullException] |
Thrown when description is null.
|
See Also