M

ArcLengthDimension.Create

Description:
Creates a new instance of an Arc Length Dimension element within the project.
public static ArcLengthDimension Create(
	Document document,
	View dbView,
	Arc arc,
	Reference ArcRef,
	IList<Reference> references
)
  • document
    The document where the new Arc Length Dimension is created.
  • dbView
    The view in which the Arc Length Dimension will appear.
  • arc
    The Arc of the annotation itself
  • ArcRef
    Reference for the arc to be measured
  • IList<Reference>
    references
    The segments which the Arc Length Dimension will witness.
Return Value ArcLengthDimension The newly created Arc Length Dimension instance, or if the operation fails.