InteropCheckBoolean Method
|
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public static void CheckBoolean(
int returnValue
)
Public Shared Sub CheckBoolean (
returnValue As Integer
)
public:
static void CheckBoolean(
int returnValue
)
static member CheckBoolean :
returnValue : int -> unit
Parameters
- returnValue
- Type: SystemInt32
See Also