| Revit 2022.1 API |
| Part..::..CanOffsetFace Method |
| Part Class See Also |
Checks if it is possible to offset the given face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public bool CanOffsetFace( Face face ) |
| Visual Basic |
|---|
Public Function CanOffsetFace ( _ face As Face _ ) As Boolean |
| Visual C++ |
|---|
public: bool CanOffsetFace( Face^ face ) |
Parameters
- face
- Type: Autodesk.Revit.DB..::..Face
face to be checked.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |