StackedProfileViewsCreationOptionsNumberOfViews Property

Specifies the number of stacked ProfileViews.

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException Thrown when set to an invalid value.
Remarks
NumberOfViews should be in the range [2, 9].
See Also