SoTransferFunctionArrayOut Constructor |
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public ArrayOut(
uint* ptr,
int length
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
ArrayOut(
unsigned int* ptr,
int length
)
F# does not support APIs that consume or return unsafe types.
Parameters
- ptr
- Type: SystemUInt32*
- length
- Type: SystemInt32
See Also