RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LinearArray

LinearArray.IsElementArrayable

Method
Description:
Indicates whether the input element is arrayable.
Syntax
public static bool IsElementArrayable(
	Document aDoc,
	ElementId id
)
Parameters
Parameter Type Description
aDoc Document The document.
id ElementId The element id.
Return Value
Type Description
Boolean True if the input element is arrayable, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null