Part.GetFaceOffset Method
Get face offset of the given part face.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double GetFaceOffset( Face face )
Parameters
face
Face
The face whose offset is required.
Return Value
Double
Returns the value of the offset.
Exceptions
Exception
Condition
ArgumentException
face does not belong to the part.
ArgumentNullException
A non-optional argument was null
See Also
Reference
Part Class
Autodesk.Revit.DB Namespace