StackedProfileViewsCreationOptionsNumberOfViews Property |
Specifies the number of stacked ProfileViews.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int NumberOfViews { get; set; }Public Property NumberOfViews As Integer
Get
Set
public:
property int NumberOfViews {
int get ();
void set (int value);
}Property Value
Int32
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when set to an invalid value.
|
Remarks
NumberOfViews should be in the range [2, 9].
See Also