<Code Lib>
2025.3 Method
Changes 0
M

MultiReferenceAnnotationType.IsAllowedDimensionStyle

Description:
Checks if the dimension style can be used with multi-reference annotations.
Remarks:
Only linear dimension styles are allowed.

public bool IsAllowedDimensionStyle(
	ElementId dimensionStyleId
)

  • dimensionStyleId
    The dimension style to check.
Return Value Boolean True if the dimension style can be used by multi-reference annotations.

Loading…