This class encapsulates the options for creating stacked ProfileViews.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesStackedProfileViewsCreationOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class StackedProfileViewsCreationOptions
VB
Public Class StackedProfileViewsCreationOptions
C++
public ref class StackedProfileViewsCreationOptions
The StackedProfileViewsCreationOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StackedProfileViewsCreationOptions | The constructor for StackedProfileViewsCreationOptions. |
Properties
| Name | Description | |
|---|---|---|
| BottomViewStyleId | Specifies the styleId of the bottom ProfileViews. | |
| GapBetweenViews | Specifies the gap between adjacent stacked ProfileViews. | |
| MiddleViewStyleId | Specifies the styleId of the middle ProfileViews. | |
| NumberOfViews | Specifies the number of stacked ProfileViews. | |
| TopViewStyleId | Specifies the styleId of the top ProfileView. |
