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