DataPart.FeedData(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Feeds data into the part stream. The stream of the part will be truncated at first.
public void FeedData (System.IO.Stream sourceStream);
member this.FeedData : System.IO.Stream -> unit
Public Sub FeedData (sourceStream As Stream)
Parameters
- sourceStream
- Stream
The source stream to be read from.
Exceptions
Thrown when sourceStream
is a null reference.