StackedProfileViewsCreationOptions Constructor

The constructor for StackedProfileViewsCreationOptions.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public StackedProfileViewsCreationOptions(
	ObjectId topViewStyleId,
	ObjectId middleViewStyleId,
	ObjectId bottomViewStyleId
)

Parameters

topViewStyleId  ObjectId
The ObjectId of the top view style.
middleViewStyleId  ObjectId
The ObjectId of the middle view style.
bottomViewStyleId  ObjectId
The ObjectId of the bottom view style.
Exceptions
ExceptionCondition
ArgumentException Thrown when topViewStyleId, middleViewStyleId or bottomViewStyleId is invalid.
See Also