SoMemoryBuffer Constructor (String, UInt64) |
Calls SoMemoryBuffer(data, size, System.Convert.ToUInt64(1), (System.String ^)nullptr).
Namespace: OIV.ScaleViz.MiscAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMemoryBuffer(
string data,
ulong size
)
Public Sub New (
data As String,
size As ULong
)
public:
SoMemoryBuffer(
String^ data,
unsigned long long size
)
new :
data : string *
size : uint64 -> SoMemoryBuffer
Parameters
- data
- Type: SystemString
- size
- Type: SystemUInt64
Remarks
See Also