Click or drag to resize
SbNativeArrayTSetLength Method
Sets the current position of the current stream to the given value.

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.2.3.Release.c1a14b01e6296bf517288683d75c01bbe269b3dc
Syntax
public override void SetLength(
	long length
)

Parameters

length
Type: SystemInt64
The length of the stream. This is NOT a byte length but an element length.
Exceptions
ExceptionCondition
IOExceptionAn IO exception has occured.
ObjectDisposedExceptionThe stream is closed.
ArgumentOutOfRangeExceptionThe specified value exceeds the capacity of the stream. -or- The specified value is negative.
See Also