|
|
Writes data to a file.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public MustOverride Function Write ( _ data As Byte(), _ offset As ULong, _ count As ULong _ ) As Boolean |
| C# |
|---|
public abstract bool Write( byte[] data, ulong offset, ulong count ) |
| Visual C++ |
|---|
public: virtual bool Write( array<unsigned char>^ data, unsigned long long offset, unsigned long long count ) abstract |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..UInt64
- count
- Type: System..::..UInt64
Remarks
This function is called to write data to an open file handle.