M

RadialDimension.Create

Description:
Creates a new instance of an Radial Dimension element within the project.
public static RadialDimension Create(
	Document document,
	View dbView,
	Reference arcRef,
	bool isDiameter
)
  • document
    The document where new Radial Dimension is created.
  • dbView
    The view in which the Radial Dimension will appear.
  • arcRef
    The reference which the Radial Dimension will witness.
  • isDiameter
    Set to true to create a Diameter dimension
Return Value RadialDimension The newly created Radial Dimension instance, or if the operation fails.