RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Part

Part.GetFaceOffset

Method
Description:
Get face offset of the given part face.
Syntax
public double GetFaceOffset(
	Face face
)
Parameters
Parameter Type Description
face Face The face whose offset is required.
Return Value
Type Description
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