<Code Lib>
2021 Method
Changes 0
M

FamilyItemFactory.NewLinearDimension(View, Line, ReferenceArray, DimensionType)

Description:
Creates a new linear dimension object using the specified dimension type.
Overloads (2):
NewLinearDimension(View,Line,ReferenceArray,DimensionType)

public Dimension NewLinearDimension(
	View view,
	Line line,
	ReferenceArray references,
	DimensionType dimensionType
)

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

Loading…