Click or drag to resize

DetectedNoPermanent Method

Detected that the installation or connection doesn't and can't exist, and no point asking again.

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

Parameters

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

Return Value

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