The dimension style which will be used by the child dimension of the multi-reference annotation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ElementId DimensionStyleId { get; set; }
Property Value
ElementIdOnly linear dimension styles can be used.
Exceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The dimension style is not allowed. |
ArgumentNullException | When setting this property: A non-optional argument was null |