Click or drag to resize
SbNativeArray Class

Note: This API is now obsolete.

Obsolete native array wrapper. Do not use.
Inheritance Hierarchy
SystemObject
  OIV.InventorSbNativeArray
    More...

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use generic type in OIV.Inventor.Generic namespace")]
public class SbNativeArray : IDisposable

The SbNativeArray type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCopy(SbNativeArray, SbNativeArray, Int32) Obsolete.
Copy elements from source to destination array.
Public methodStatic memberCopy(SbNativeArray, SbNativeArray, Int64) Obsolete.
Copy elements from source to destination array.
Public methodStatic memberCopy(SbNativeArray, Int32, SbNativeArray, Int32, Int32) Obsolete.
Copy elements from source (starting at startIndex) to destination array (starting at destinationIndex).
Public methodStatic memberCopy(SbNativeArray, Int64, SbNativeArray, Int64, Int64) Obsolete.
Copy elements from source (starting at startIndex) to destination array (starting at destinationIndex).
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDataPointer Obsolete.
Pointer to native array (unspecified type)
Public propertyLength Obsolete.
Array size (32 bits integer)
Public propertyLongLength Obsolete.
Array size (64 bits integer)
Public propertyMemorySize Obsolete.
Memory occupation
Top
Remarks
Obsolete native array wrapper. Do not use.
See Also
Inheritance Hierarchy
SystemObject
  OIV.InventorSbNativeArray
    OIV.InventorSbNativeByteArray
    OIV.InventorSbNativeColorArray
    OIV.InventorSbNativeColorRGBAArray
    OIV.InventorSbNativeDoubleArray
    OIV.InventorSbNativeFloatArray
    OIV.InventorSbNativeInt32Array
    OIV.InventorSbNativeInt64Array
    OIV.InventorSbNativeMatrixArray
    OIV.InventorSbNativePlaneArray
    OIV.InventorSbNativeRotationArray
    OIV.InventorSbNativeSByteArray
    OIV.InventorSbNativeShortArray
    OIV.InventorSbNativeTimeArray
    OIV.InventorSbNativeUInt32Array
    OIV.InventorSbNativeUShortArray
    OIV.InventorSbNativeVec2dArray
    OIV.InventorSbNativeVec2fArray
    OIV.InventorSbNativeVec2i32Array
    OIV.InventorSbNativeVec2sArray
    OIV.InventorSbNativeVec3dArray
    OIV.InventorSbNativeVec3fArray
    OIV.InventorSbNativeVec3i32Array
    OIV.InventorSbNativeVec3sArray
    OIV.InventorSbNativeVec4bArray
    OIV.InventorSbNativeVec4fArray
    OIV.InventorSbNativeVec4i32Array
    OIV.InventorSbNativeVec4sArray
    OIV.InventorSbNativeVec4ubArray
    OIV.InventorSbNativeVec4ui32Array
    OIV.InventorSbNativeVec4usArray