This class represents the options for creating SplitProfileViews.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSplitProfileViewCreationOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SplitProfileViewCreationOptions
VB
Public Class SplitProfileViewCreationOptions
C++
public ref class SplitProfileViewCreationOptions
The SplitProfileViewCreationOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SplitProfileViewCreationOptions | Initializes a new instance of the SplitProfileViewCreationOptions class |
Properties
| Name | Description | |
|---|---|---|
| FirstViewStyleId | Specifies the ObjectId of the first split view style. | |
| IntermediateViewStyleId | Specifies the ObjectId of the intermediate split view style. | |
| LastViewStyleId | Specifies the ObjectId of the last split view style. | |
| SplitDatumOption | Specifies the vertical location at which to split the profile view. | |
| SplitStationOption | Specifies the horizontal location at which to split the profile view. | |
| ViewHeight | Specifies the height of the split ProfileView. |
