MultipleProfileViewsCreationOptions Class

This class encapsulates the options for creating multiple ProfileViews.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesMultipleProfileViewsCreationOptions

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

The MultipleProfileViewsCreationOptions type exposes the following members.

Constructors
 NameDescription
Public methodMultipleProfileViewsCreationOptions Constructor for MultipleProfileViewsCreationOptions.
Top
Properties
 NameDescription
Public propertyDrawOrder Specifies the draw order when creating multiple ProfileViews.
Public propertyGapBetweenViewsInColumn Specifies the gap between adjacent ProfileViews in a column when creating multiple ProfileViews.
Public propertyGapBetweenViewsInRow Specifies the gap between adjacent ProfileViews in a row when creating multiple ProfileViews.
Public propertyLengthOfEachView Specifies the length of each ProfileView when creating multiple ProfileViews.
Public propertyMaxViewInRowOrColumn Specifies the maximum ProfileViews along the direction based on drawing order when creating multiple ProfileViews.
Public propertyStartCorner Specifies the start corner when creating multiple ProfileViews.
Top
See Also