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