Revit 2023 API |
ImageType..::..HeightInPixels Property |
ImageType Class See Also |
Number of pixels in the vertical direction of the image
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021
Syntax
C# |
---|
public int HeightInPixels { get; } |
Visual Basic |
---|
Public ReadOnly Property HeightInPixels As Integer Get |
Visual C++ |
---|
public: property int HeightInPixels { int get (); } |