Click or drag to resize
SbNativeByteArray Class

Note: This API is now obsolete.

Inheritance Hierarchy

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 SbNativeByteArray : SbNativeArray

The SbNativeByteArray type exposes the following members.

Constructors
  NameDescription
Public methodSbNativeByteArray Obsolete.
Initializes a new instance of the SbNativeByteArray class
Top
Methods
  NameDescription
Public methodCopyFrom(Byte, Int32) Obsolete.
Public methodCopyFrom(Byte, Int64) Obsolete.
Public methodCopyFrom(Int32, Byte, Int32) Obsolete.
Public methodCopyFrom(Int64, Byte, Int64) Obsolete.
Public methodCopyTo(Byte, Int32) Obsolete.
Public methodCopyTo(Byte, Int64) Obsolete.
Public methodCopyTo(Int32, Byte, Int32) Obsolete.
Public methodCopyTo(Int64, Byte, Int64) Obsolete.
Public methodDispose (Inherited from SbNativeArray.)
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 methodSetData Obsolete.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic member(SbNativeByteArray to SbNativeByteArray) Obsolete.
Public operatorStatic member(SbNativeByteArray to SbNativeSByteArray)
Public operatorStatic member(SbNativeByteArray to SbNativeShortArray)
Public operatorStatic member(SbNativeByteArray to SbNativeUShortArray)
Public operatorStatic member(SbNativeByteArray to SbNativeInt32Array)
Public operatorStatic member(SbNativeByteArray to SbNativeUInt32Array)
Public operatorStatic member(SbNativeByteArray to SbNativeInt64Array)
Public operatorStatic member(SbNativeByteArray to SbNativeFloatArray)
Public operatorStatic member(SbNativeByteArray to SbNativeDoubleArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec2fArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec3fArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec4fArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec2dArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec3dArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec2i32Array)
Public operatorStatic member(SbNativeByteArray to SbNativeVec3i32Array)
Public operatorStatic member(SbNativeByteArray to SbNativeVec4i32Array)
Public operatorStatic member(SbNativeByteArray to SbNativeVec4ui32Array)
Public operatorStatic member(SbNativeByteArray to SbNativeVec3sArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec4sArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec4usArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec4bArray)
Public operatorStatic member(SbNativeByteArray to SbNativeVec4ubArray)
Public operatorStatic member(SbNativeArrayByte to SbNativeByteArray) Obsolete.
Top
Properties
  NameDescription
Public propertyDataPointer Obsolete.
Pointer to native array (unspecified type)
(Inherited from SbNativeArray.)
Public propertyItem Obsolete.
Public propertyLength Obsolete.
Array size (32 bits integer)
(Inherited from SbNativeArray.)
Public propertyLongLength Obsolete.
Array size (64 bits integer)
(Inherited from SbNativeArray.)
Public propertyMemorySize Obsolete.
Memory occupation
(Inherited from SbNativeArray.)
Public propertySafeItem Obsolete.
Top
See Also