Checks if the dimension style can be used with multi-reference annotations.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAllowedDimensionStyle(
ElementId dimensionStyleId
)
Parameters
- dimensionStyleId ElementId
-
The dimension style to check.
Return Value
Boolean
True if the dimension style can be used by multi-reference annotations.
Exceptions
Remarks
Only linear dimension styles are allowed.
See Also
Reference