SbNativeArrayTToArray Method (Int32, Int32) |
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
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