This class encapsulates the options for creating multiple ProfileViews.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesMultipleProfileViewsCreationOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class MultipleProfileViewsCreationOptions
VB
Public Class MultipleProfileViewsCreationOptions
C++
public ref class MultipleProfileViewsCreationOptions
The MultipleProfileViewsCreationOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MultipleProfileViewsCreationOptions | Constructor for MultipleProfileViewsCreationOptions. |
Properties
| Name | Description | |
|---|---|---|
| DrawOrder | Specifies the draw order when creating multiple ProfileViews. | |
| GapBetweenViewsInColumn | Specifies the gap between adjacent ProfileViews in a column when creating multiple ProfileViews. | |
| GapBetweenViewsInRow | Specifies the gap between adjacent ProfileViews in a row when creating multiple ProfileViews. | |
| LengthOfEachView | Specifies the length of each ProfileView when creating multiple ProfileViews. | |
| MaxViewInRowOrColumn | Specifies the maximum ProfileViews along the direction based on drawing order when creating multiple ProfileViews. | |
| StartCorner | Specifies the start corner when creating multiple ProfileViews. |
