SoTransferFunctionArrayOut Constructor |
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
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