Get face offset of the given part face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
| C# |
|---|
public double GetFaceOffset( Face face ) |
| Visual Basic |
|---|
Public Function GetFaceOffset ( _ face As Face _ ) As Double |
| Visual C++ |
|---|
public: double GetFaceOffset( Face^ face ) |
Parameters
- face
- Type: Autodesk.Revit.DB..::..Face
The face whose offset is required.
Return Value
Returns the value of the offset.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | face does not belong to the part. |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |