Gets the height of the bitmap image in pixels.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Height As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBitmapImageSource
Dim value As System.Integer
value = instance.Height |
C# | |
---|
System.int Height {get;} |
C++/CLI | |
---|
property System.int Height {
System.int get();
} |
Property Value
Height in pixels
See Also
Availability
SOLIDWORKS Visualize Add-in API 2026 FCS