ProfileViewCreate(ObjectId, Point3d, SplitProfileViewCreationOptions) Method |
Creates a split ProfileView 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 ObjectId Create(
ObjectId alignmentId,
Point3d insertPosition,
SplitProfileViewCreationOptions splitOptions
)
Public Shared Function Create (
alignmentId As ObjectId,
insertPosition As Point3d,
splitOptions As SplitProfileViewCreationOptions
) As ObjectId
public:
static ObjectId Create(
ObjectId alignmentId,
Point3d insertPosition,
SplitProfileViewCreationOptions^ splitOptions
)
Parameters
- alignmentId ObjectId
- The ObjectId of the alignment.
- insertPosition Point3d
- The position at which the ProfileView is inserted.
- splitOptions SplitProfileViewCreationOptions
- The class including datas for split profileView options.
Return Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the alignmentId is invalid.
|
See Also