SectionLeftSwathWidth Property |
Gets or Sets the left swath width value of the Section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double LeftSwathWidth { get; set; }
Public Property LeftSwathWidth As Double
Get
Set
public:
property double LeftSwathWidth {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when LeftSwathWidth is not supported by current Section.
|
See Also