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: 2024.2.3.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
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