ProfileViewCreate(ObjectId, Point3d, StackedProfileViewsCreationOptions, SplitProfileViewCreationOptions) Method |
Creates stacked split ProfileViews from the specified alignment with the default ProfileView name and BandSetStyle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntaxpublic static ObjectIdCollection Create(
ObjectId alignmentId,
Point3d insertPosition,
StackedProfileViewsCreationOptions stackedOptions,
SplitProfileViewCreationOptions splitOptions
)
Public Shared Function Create (
alignmentId As ObjectId,
insertPosition As Point3d,
stackedOptions As StackedProfileViewsCreationOptions,
splitOptions As SplitProfileViewCreationOptions
) As ObjectIdCollection
public:
static ObjectIdCollection^ Create(
ObjectId alignmentId,
Point3d insertPosition,
StackedProfileViewsCreationOptions^ stackedOptions,
SplitProfileViewCreationOptions^ splitOptions
)
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.
- splitOptions SplitProfileViewCreationOptions
- An object containing additional options for creating the split profileViews.
Return Value
ObjectIdCollection
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the alignmentId is invalid.
|
See Also