Share

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

Syntax

C#

public class StackedProfileViewsCreationOptions

VB

Public Class StackedProfileViewsCreationOptions

C++

public ref class StackedProfileViewsCreationOptions

The StackedProfileViewsCreationOptions type exposes the following members.

Constructors

 NameDescription
Public methodStackedProfileViewsCreationOptions The constructor for StackedProfileViewsCreationOptions.

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.

See Also

Reference

Was this information helpful?