FileStreamBufCopyTo Method (StreamBuf, UInt64, UInt64)
 | 
Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.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
 
- Type: Teigha.RuntimeStreamBuf
 
- sourceStart
 
- Type: SystemUInt64
 
- sourceEnd
 
- Type: SystemUInt64
 
 
See Also