Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public static void CheckBool(
bool returnValue
)
Public Shared Sub CheckBool (
returnValue As Boolean
)
public:
static void CheckBool(
bool returnValue
)
static member CheckBool :
returnValue : bool -> unit
Parameters
- returnValue Boolean
-
See Also