NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentEditor.SetBytes

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetBytes( _
   ByVal i As Integer, _
   ByVal buff() As Byte, _
   ByVal len As Integer, _
   ByVal buffOff As Integer, _
   ByVal fldOff As Integer _
)
[C#]
public virtual void SetBytes(
   int i,
   byte[] buff,
   int len,
   int buffOff,
   int fldOff
);
[C++]
public: virtual void SetBytes(
   int i,
   unsigned char* buff[],
   int len,
   int buffOff,
   int fldOff
);
[JScript]
public function SetBytes(
   i : int,
   buff : Byte[],
   len : int,
   buffOff : int,
   fldOff : int
);

Parameters

i
[To be supplied.]
buff
[To be supplied.]
len
[To be supplied.]
buffOff
[To be supplied.]
fldOff
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace