2025.3 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
)
  • document
    The document for the multi-reference annotation.
  • ownerViewId
    The view in which the multi-reference annotation will appear.
  • options
    Options containing the references which the dimension will witness.
Return Value Boolean True DimensionStyleType does not equal LinearFixed or if an aligned multi-reference annotation can be created from the references.