SbNativeVec2sArrayCopyTo Method (Int64, SbVec2s, Int64) |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
public void CopyTo(
long startIndex,
SbVec2s[] destinationArray,
long length
)
<ObsoleteAttribute>
Public Sub CopyTo (
startIndex As Long,
destinationArray As SbVec2s(),
length As Long
)
public:
[ObsoleteAttribute]
void CopyTo(
long long startIndex,
array<SbVec2s>^ destinationArray,
long long length
)
[<ObsoleteAttribute>]
member CopyTo :
startIndex : int64 *
destinationArray : SbVec2s[] *
length : int64 -> unit
Parameters
- startIndex
- Type: SystemInt64
- destinationArray
- Type: OIV.InventorSbVec2s
- length
- Type: SystemInt64
See Also