Specifies the number of stacked ProfileViews.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public int NumberOfViews { get; set; } |
Visual Basic |
---|
Public Property NumberOfViews As Integer Get Set |
Visual C++ |
---|
public: property int NumberOfViews { int get (); void set (int value); } |
Remarks
NumberOfViews should be in the range [2, 9].
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when set to an invalid value. |