Identifies if a reference may be used as the parent of a face wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2011
Syntax
| C# |
|---|
public static bool IsValidFaceReferenceForFaceWall(
Document document,
Reference faceReference
) |
| Visual Basic |
|---|
Public Shared Function IsValidFaceReferenceForFaceWall ( _
document As Document, _
faceReference As Reference _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsValidFaceReferenceForFaceWall(
Document^ document,
Reference^ faceReference
) |
Return Value
True if the reference is valid as a parent to a face wall, false otherwise.
Remarks
Exceptions
See Also