LinearDimension.Create
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.
public static LinearDimension Create(
Document document,
View dbView,
Line line,
IList<Reference> references
)
-
documentThe document where new Linear Dimension is created.
-
dbViewThe view in which the Linear Dimension will appear.
-
lineThe line of the annotation
-
IList<Reference>referencesreferences that the Linear Dimension will witness.
Return Value
LinearDimension
The newly created Linear Dimension instance, or if the operation fails.
-
A non-optional argument was null