M

AngularDimension.Create

Description:
Creates a new instance of an Angular Dimension element within the project.
public static AngularDimension Create(
	Document document,
	View dbView,
	Arc arc,
	IList<Reference> references,
	DimensionType dimensionStyle
)
  • document
    The document where new Angular Dimension is created.
  • dbView
    The view in which the Angular Dimension will appear.
  • arc
    Arc for the Angular Dimension.
  • IList<Reference>
    references
    The references which the Angular Dimension will witness.
  • dimensionStyle
    Dimension Style.
Return Value AngularDimension The newly created Angular Dimension instance, or if the operation fails.