ProfileViewCreate(ObjectId, Point3d, StackedProfileViewsCreationOptions) Method

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.6.1987.0
Syntax
public static ObjectIdCollection Create(
	ObjectId alignmentId,
	Point3d insertPosition,
	StackedProfileViewsCreationOptions stackedOptions
)

Parameters

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

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the alignmentId is invalid.
See Also