Specifies the maximum ProfileViews along the direction based on drawing order when creating multiple ProfileViews.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int MaxViewInRowOrColumn { get; set; }
VB
Public Property MaxViewInRowOrColumn As Integer Get Set
C++
public: property int MaxViewInRowOrColumn { int get (); void set (int value); }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when set to an invalid value. |