<Code Lib>
2024 Method
Changes 0
M

LinearArray.IsElementArrayable

Description:
Indicates whether the input element is arrayable.

public static bool IsElementArrayable(
	Document aDoc,
	ElementId id
)

Return Value bool True if the input element is arrayable, false otherwise.

Loading…