MultipleProfileViewsCreationOptionsMaxViewInRowOrColumn Property

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.292
Syntax
public int MaxViewInRowOrColumn { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException Thrown when set to an invalid value.
Remarks
MaxViewInRowOrColumn should be in the range [1, 50].
See Also