GetTypeName
Gets the model type name as a string.
Syntax
Definition:
METHOD GetTypeName : HRESULT
VAR_INPUT
sTypeName : STRING;
nMaxLen : UINT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
sTypeName |
STRING |
Returns the model type name as a string. |
nMaxLen |
UINT |
Maximum string length allowed to be written in sTypeName. |