SbNativeArrayTGetBuffer Method |
Returns the array of elements of type T from which this stream was created.
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
SyntaxPublic Function GetBuffer As T()
public:
array<T>^ GetBuffer()
member GetBuffer : unit -> 'T[]
Return Value
Type:
T
The element array from which this stream was created, or the underlying array if a managed array was not provided to
the SbNativeArray constructor during construction of the current instance.
Exceptions
Remarks
The
CanGetBuffer
property indicates if this method call is supposed to return a value. If the buffer is not
exposed, an
UnauthorizedAccessException is thrown.
See Also