M

LinearDimension.Create

Description:
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
)
  • document
    The document where new Linear Dimension is created.
  • dbView
    The view in which the Linear Dimension will appear.
  • line
    The line of the annotation
  • IList<Reference>
    references
    references that the Linear Dimension will witness.
Return Value LinearDimension The newly created Linear Dimension instance, or if the operation fails.