Revit 2025.3 API
Linear |
Indicates whether the input element is arrayable.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsElementArrayable( Document aDoc, ElementId id )
Public Shared Function IsElementArrayable ( aDoc As Document, id As ElementId ) As Boolean
public: static bool IsElementArrayable( Document^ aDoc, ElementId^ id )
static member IsElementArrayable : aDoc : Document * id : ElementId -> bool
Parameters
Return Value
BooleanTrue if the input element is arrayable, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also