| Revit 2020 API |
| FabricationPart..::..CanASlopeBeApplied Method |
| FabricationPart Class See Also |
This will test if a slope can be applied to the part and maintain connections with any connected parts.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2018
Syntax
| C# |
|---|
public bool CanASlopeBeApplied() |
| Visual Basic |
|---|
Public Function CanASlopeBeApplied As Boolean |
| Visual C++ |
|---|
public: bool CanASlopeBeApplied() |