Click or drag to resize

Flags  Conversion (OpenFlags to Flags)

Implicit cast.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static implicit operator Flags (
	OpenFlags openFlags
)

Parameters

openFlags
Type: Demo3D.NetOpenFlags
Flags to control establishement of the connection.

Return Value

Type: Flags
New Flags.
See Also