Click or drag to resize

DetectedNo Method

Installation or connection not detected, but might change.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static Detected No(
	string message
)

Parameters

message
Type: SystemString
Corresponding supporting message (or null).

Return Value

Type: Detected
A Detected state indicating detection failure.
See Also