MultipleProfileViewsCreationOptionsMaxViewInRowOrColumn Property |
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.9.0.960
Syntaxpublic int MaxViewInRowOrColumn { get; set; }Public Property MaxViewInRowOrColumn As Integer
Get
Set
public:
property int MaxViewInRowOrColumn {
int get ();
void set (int value);
}Property Value
Int32
Exceptions
Remarks
MaxViewInRowOrColumn should be in the range [1, 50].
See Also