Share

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

Syntax

C#

public class MultipleProfileViewsCreationOptions

VB

Public Class MultipleProfileViewsCreationOptions

C++

public ref class MultipleProfileViewsCreationOptions

The MultipleProfileViewsCreationOptions type exposes the following members.

Constructors

 NameDescription
Public methodMultipleProfileViewsCreationOptions Constructor for MultipleProfileViewsCreationOptions.

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.

See Also

Reference

Was this information helpful?