Gets or sets whether to export transparency information in the alpha channel of the rendered image(s).
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property IncludeAlpha As System.Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IRenderOptions
Dim value As System.Boolean
instance.IncludeAlpha = value
value = instance.IncludeAlpha |
| C# | |
|---|
System.bool IncludeAlpha {get; set;} |
| C++/CLI | |
|---|
property System.bool IncludeAlpha {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to include alpha channel, false (default) to not
Remarks
See Also
Availability
SOLIDWORKS Visualize Add-in API 2025 FCS