LinearArray.GetMinimumSize
Method
Description:
Returns the minimum size for a linear array based on the document.
Returns the minimum size for a linear array based on the document.
Remarks:
This value is 2 in projects and 0 in families.
This value is 2 in projects and 0 in families.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
Return Value
| Type | Description |
|---|---|
| Int32 | The minimum size of an array. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |