SbNativeArrayTWriteBlock Method (T, Int32, Int32) |
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public virtual void WriteBlock(
T[] buffer,
int offset,
int count
)
Public Overridable Sub WriteBlock (
buffer As T(),
offset As Integer,
count As Integer
)
public:
virtual void WriteBlock(
array<T>^ buffer,
int offset,
int count
)
abstract WriteBlock :
buffer : 'T[] *
offset : int *
count : int -> unit
override WriteBlock :
buffer : 'T[] *
offset : int *
count : int -> unit
Parameters
- buffer
- Type: T
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
See Also