FileStreamBufCopyTo(StreamBuf, UInt64,
UInt64) Method
 | 
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public override void CopyTo(
        StreamBuf pDestination,
        ulong sourceStart,
        ulong sourceEnd
)
 
Public Overrides Sub CopyTo ( 
        pDestination As StreamBuf,
        sourceStart As ULong,
        sourceEnd As ULong
)
 
public:
virtual void CopyTo(
        StreamBuf^ pDestination, 
        unsigned long long sourceStart, 
        unsigned long long sourceEnd
) override
 
abstract CopyTo : 
        pDestination : StreamBuf * 
        sourceStart : uint64 * 
        sourceEnd : uint64 -> unit 
override CopyTo : 
        pDestination : StreamBuf * 
        sourceStart : uint64 * 
        sourceEnd : uint64 -> unit 
 
 
 
Parameters
- pDestination  StreamBuf
 
-  
 
- sourceStart  UInt64
 
-  
 
- sourceEnd  UInt64
 
-  
 
 
See Also