RVTDocs.com
Namespace: Autodesk.Revit.DB

ProfilePlaneLocation

Enumeration
Description:
Indicates the location of Sweep profile plane on the path curve.
Remarks:
Use this enum in the NewSweep() method to create generic forms.
Syntax
public enum ProfilePlaneLocation
ProfilePlaneLocation Enumeration Members:
Name Description
0 Indicates the profile plane located at the start of the path curve.
1 Indicates the profile plane located at the Middle point of the path curve.
2 Indicates the profile plane located at the End of the path curve.