LinearArray.IsElementArrayable
Method
Description:
Indicates whether the input element is arrayable.
Indicates whether the input element is arrayable.
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 |