SplitProfileViewCreationOptions Class

This class represents the options for creating SplitProfileViews.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSplitProfileViewCreationOptions

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SplitProfileViewCreationOptions

The SplitProfileViewCreationOptions type exposes the following members.

Constructors
 NameDescription
Public methodSplitProfileViewCreationOptionsInitializes a new instance of the SplitProfileViewCreationOptions class
Top
Properties
 NameDescription
Public propertyFirstViewStyleId Specifies the ObjectId of the first split view style.
Public propertyIntermediateViewStyleId Specifies the ObjectId of the intermediate split view style.
Public propertyLastViewStyleId Specifies the ObjectId of the last split view style.
Public propertySplitDatumOption Specifies the vertical location at which to split the profile view.
Public propertySplitStationOption Specifies the horizontal location at which to split the profile view.
Public propertyViewHeight Specifies the height of the split ProfileView.
Top
See Also