Renders synchronously.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function Render() As System.Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IVisualizeAddinManager
Dim value As System.Boolean
value = instance.Render() |
| C++/CLI | |
|---|
System.bool Render(); |
Return Value
True if the render is successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS Visualize Add-in API 2025 FCS