Checks whether new railing can be created and placed on the specified host.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2013
Syntax
C# |
---|
public static bool IsValidHostForNewRailing(
Document document,
ElementId elementId
) |
Visual Basic |
---|
Public Shared Function IsValidHostForNewRailing ( _
document As Document, _
elementId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsValidHostForNewRailing(
Document^ document,
ElementId^ elementId
) |
Return Value
True if new railing can be created and placed on the host, False otherwise.
Remarks
Exceptions
See Also