Gets or sets the reference height of the render output.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Height As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IRenderOptions
Dim value As System.Integer
instance.Height = value
value = instance.Height |
C# | |
---|
System.int Height {get; set;} |
C++/CLI | |
---|
property System.int Height {
System.int get();
void set ( & System.int value);
} |
Property Value
Height in pixels; default is 1080
Example
Remarks
See Also
Availability
SOLIDWORKS Visualize Add-in API 2025 FCS