SbNativeArrayTToArray Method (Int32, Int32) |
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public T[] ToArray(
int offset,
int count
)
Public Function ToArray (
offset As Integer,
count As Integer
) As T()
public:
array<T>^ ToArray(
int offset,
int count
)
member ToArray :
offset : int *
count : int -> 'T[]
Parameters
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type:
TSee Also