SbNativeArrayTLength Property |
Gets a 64-bit integer that represents the total number of elements of the
SbNativeArrayT.
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic override long Length { get; }
Public Overrides ReadOnly Property Length As Long
Get
public:
virtual property long long Length {
long long get () override;
}
abstract Length : int64 with get
override Length : int64 with get
Property Value
Type:
Int64A 64-bit integer that represents the total number of elements of the
SbNativeArrayT.
ExceptionsException | Condition |
---|
ObjectDisposedException | If the stream is closed. |
See Also