Flags Conversion (OpenFlags to Flags) |
Implicit cast.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static implicit operator Flags (
OpenFlags openFlags
)
Parameters
- openFlags
- Type: Demo3D.NetOpenFlags
Flags to control establishement of the connection.
Return Value
Type:
FlagsNew Flags.
See Also