MultipleProfileViewsCreationOptionsGapBetweenViewsInColumn Property

Specifies the gap between adjacent ProfileViews in a column when creating multiple ProfileViews.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double GapBetweenViewsInColumn { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when setting to negative value.
See Also