<Code Lib>
2022 Method
Changes 0
M

FamilyItemFactory.NewAngularDimension(View, Arc, Reference, Reference, DimensionType)

Description:
Creates a new angular dimension object using the specified dimension type.
Overloads (2):
NewAngularDimension(View,Arc,Reference,Reference,DimensionType)

public Dimension NewAngularDimension(
	View view,
	Arc arc,
	Reference firstRef,
	Reference secondRef,
	DimensionType dimensionType
)

Return Value Dimension If creation was successful the new angular dimension is returned, otherwise an exception with failure information will be thrown.

Loading…