StackedProfileViewsCreationOptions Class

This class encapsulates the options for creating stacked ProfileViews.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesStackedProfileViewsCreationOptions

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

The StackedProfileViewsCreationOptions type exposes the following members.

Constructors
 NameDescription
Public methodStackedProfileViewsCreationOptions The constructor for StackedProfileViewsCreationOptions.
Top
Properties
 NameDescription
Public propertyBottomViewStyleId Specifies the styleId of the bottom ProfileViews.
Public propertyGapBetweenViews Specifies the gap between adjacent stacked ProfileViews.
Public propertyMiddleViewStyleId Specifies the styleId of the middle ProfileViews.
Public propertyNumberOfViews Specifies the number of stacked ProfileViews.
Public propertyTopViewStyleId Specifies the styleId of the top ProfileView.
Top
See Also