Create Method (ObjectId, Point3d, StackedProfileViewsCreationOptions)

Creates stacked ProfileViews from the specified alignment with the default ProfileView name and BandSetStyle.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public static ObjectIdCollection Create(
	ObjectId alignmentId,
	Point3d insertPosition,
	StackedProfileViewsCreationOptions stackedOptions
)

Visual Basic

Public Shared Function Create ( _
	alignmentId As ObjectId, _
	insertPosition As Point3d, _
	stackedOptions As StackedProfileViewsCreationOptions _
) As ObjectIdCollection

Visual C++

public:
static ObjectIdCollection^ Create(
	ObjectId alignmentId, 
	Point3d insertPosition, 
	StackedProfileViewsCreationOptions^ stackedOptions
)

Parameters

alignmentId
Type: ObjectId
The ObjectId of the alignment.
insertPosition
Type: Point3d
The position at which the ProfileView is inserted.
stackedOptions
Type: Autodesk.Civil.DatabaseServices.StackedProfileViewsCreationOptions
An object containing additional options for creating the stacked profileViews.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the alignmentId is invalid.

See Also