LinearDimension.Create
Method
Description:
Creates a new instance of an Linear Dimension element within the project.
Creates a new instance of an Linear Dimension element within the project.
Syntax
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document where new Linear Dimension is created. |
dbView | View | The view in which the Linear Dimension will appear. |
line | Line | The line of the annotation |
references | IList | references that the Linear Dimension will witness. |
Return Value
Type | Description |
---|---|
LinearDimension | The newly created Linear Dimension instance, or if the operation fails. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |