RenderGlobalDestination
Enumeration
|
This enum class represents available output
destinations for rendering.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
Public Enumeration Destination
public enum class Destination
Members
| Member name |
Value |
Description |
| Window |
0 |
Renders images to a separate window. |
| Viewport |
1 |
Renders images directly to a viewport. |
See Also