Share

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.280

Syntax

C#

public class SplitProfileViewCreationOptions

VB

Public Class SplitProfileViewCreationOptions

C++

public ref class SplitProfileViewCreationOptions

The SplitProfileViewCreationOptions type exposes the following members.

Constructors

 NameDescription
Public methodSplitProfileViewCreationOptionsInitializes a new instance of the SplitProfileViewCreationOptions class

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.

See Also

Reference

Was this information helpful?