EldoS
 Table of Contents >  SolFSStream.Length property
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStream.Length property

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStream    

Overview

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.

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation