Defines the image row height in the schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2015
Syntax
C# |
---|
[ObsoleteAttribute("This property is deprecated in Revit 2024 and my be removed in a later version of Revit. We suggest you use the 'RowHeight' property instead.")]
public double ImageRowHeight { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is deprecated in Revit 2024 and my be removed in a later version of Revit. We suggest you use the 'RowHeight' property instead.")> _
Public Property ImageRowHeight As Double
Get
Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2024 and my be removed in a later version of Revit. We suggest you use the 'RowHeight' property instead.")]
public:
property double ImageRowHeight {
double get ();
void set (double value);
} |
Field Value
The row height for any rows containing images in the schedule. The value is 0.0 by default if not customized.
Remarks
Exceptions
See Also