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: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
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