SbNativeArrayTInt32Length Property |
Gets a 32-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: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic int Int32Length { get; }
Public ReadOnly Property Int32Length As Integer
Get
public:
property int Int32Length {
int get ();
}
member Int32Length : int with get
Property Value
Type:
Int32A 32-bit integer that represents the total number of elements of the
SbNativeArrayT.
ExceptionsException | Condition |
---|
ObjectDisposedException | If the stream is closed. |
See Also