MultipleProfileViewsCreationOptionsGapBetweenViewsInColumn Property |
Specifies the gap between adjacent ProfileViews in a column when creating multiple ProfileViews.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double GapBetweenViewsInColumn { get; set; }Public Property GapBetweenViewsInColumn As Double
Get
Set
public:
property double GapBetweenViewsInColumn {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting to negative value.
|
See Also