<Code Lib>
2020 Method
Changes 0
M

MultiReferenceAnnotation.AreReferencesValidForLinearFixedDimension

Description:
If the DimensionStyleType is LinearFixed, validates that the references are valid for an aligned multi-reference annotation.

public static bool AreReferencesValidForLinearFixedDimension(
	Document document,
	ElementId ownerViewId,
	MultiReferenceAnnotationOptions options
)

Return Value bool True DimensionStyleType does not equal LinearFixed or if an aligned multi-reference annotation can be created from the references.

Loading…