Send comments on this topic
SolFSStream.Length property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Gets the length in bytes of the stream.
Declaration
[Pascal]
not applicable;
[DLL]
not applicable;
[C++ (DLL/Lib)]
__int64 get_Length();
[C++ (VCL)]
not applicable;
[C++ (.NET)]
__int64 get_Length();
[C#]
long Length {get;}
[VB.NET]
Property Length As Long
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
Use this property to get the length in bytes of the stream.
Note: use Size property for Pascal.
