DrawableRegenSupportFlags Method
|
Retrieves a set of flags that represents the
multi-threaded rendering support of this entity. The default is to
return the multi-threaded rendering advanced support flags of the
entity's registered RxClass.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public AdvancedSupportFlags RegenSupportFlags()
Public Function RegenSupportFlags As AdvancedSupportFlags
public:
AdvancedSupportFlags RegenSupportFlags()
member RegenSupportFlags : unit -> AdvancedSupportFlags
Return Value
AdvancedSupportFlags
AdvancedSupportFlags.None if the drawable only supports single
threaded rendering.
See Also