Identifies if a reference may be used as the parent of a face wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool IsValidFaceReferenceForFaceWall( Document document, Reference faceReference )
Parameters
Return Value
BooleanTrue if the reference is valid as a parent to a face wall, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |