ProfileViewCreate Method

Overload List
 NameDescription
Public methodStatic memberCode exampleCreate(ObjectId, Point3d) Creates a ProfileView from the specified alignment with the default ProfileView name and BandSetStyle.
Public methodStatic memberCode exampleCreate(ObjectId, Point3d, SplitProfileViewCreationOptions) Creates a split ProfileView from the specified alignment with the default ProfileView name and BandSetStyle.
Public methodStatic memberCode exampleCreate(ObjectId, Point3d, StackedProfileViewsCreationOptions) Creates stacked ProfileViews from the specified alignment with the default ProfileView name and BandSetStyle.
Public methodStatic memberCode exampleCreate(ObjectId, Point3d, StackedProfileViewsCreationOptions, SplitProfileViewCreationOptions) Creates stacked split ProfileViews from the specified alignment with the default ProfileView name and BandSetStyle.
Public methodStatic memberCode exampleCreate(CivilDocument, String, ObjectId, ObjectId, Point3d)Obsolete.
Creates a profile view from the specified alignment.
Public methodStatic memberCode exampleCreate(CivilDocument, String, String, String, Point3d)Obsolete.
Creates a profile view from the specified alignment.
Public methodStatic memberCode exampleCreate(ObjectId, Point3d, String, ObjectId, ObjectId) Creates a ProfileView from the specified alignment.
Public methodStatic memberCode exampleCreate(ObjectId, Point3d, String, ObjectId, StackedProfileViewsCreationOptions) Creates stacked ProfileViews from the specified alignment.
Public methodStatic memberCode exampleCreate(ObjectId, Point3d, String, ObjectId, ObjectId, SplitProfileViewCreationOptions) Creates a split ProfileView from the specified alignment.
Public methodStatic memberCode exampleCreate(ObjectId, Point3d, String, ObjectId, StackedProfileViewsCreationOptions, SplitProfileViewCreationOptions) Creates stacked split ProfileViews from the specified alignment.
Top
See Also