Specifies the maximum ProfileViews along the direction based on drawing order when creating multiple ProfileViews.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public int MaxViewInRowOrColumn { get; set; } |
Visual Basic |
---|
Public Property MaxViewInRowOrColumn As Integer
Get
Set |
Visual C++ |
---|
public:
property int MaxViewInRowOrColumn {
int get ();
void set (int value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when set to an invalid value.
|
See Also