Verifies that the user can be prompted to place the input element type interactively.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool CanPlaceElementType( ElementType elementType )
Parameters
- elementType ElementType
- The ElementType.
Return Value
BooleanTrue if the user can be prompted to place the input element type interactively, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |