FabricationPartIsAStraight Method |
Checks whether it is a straight part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsAStraight()
Public Function IsAStraight As Boolean
public:
bool IsAStraight()
member IsAStraight : unit -> bool
Return Value
Boolean
True if the part is a straight part. False otherwise.
See Also