Indexes   

ManufacturingOutput (Object)

Object that represents the output machining code.

Property Index

Size
Returns the number of bytes written to this data output.

Method Index

CloseStream
Close the Stream.
DecrementTabulation
Decrement the tabulation of the current block of text by the specified number of characters.
EndBlock
Specify that the Block is ended.
EndLine
Specify that the line is ended.
Flush
Flush all Data in the Stream.
IncrementTabulation
Increment the tabulation of the current block of text by the specified number of characters.
NewBlock
Create a New Block in the underlying output stream.
NewLine
Create a New Line in the underlying output stream.
SetBufferLength
Set the number of lines of the buffer before it will be flushed (default is 200).
write_Chars
Write the specified string to the underlying output stream.
write_Double
Write the specified double to the underlying output stream.
write_Long
Write the specified long to the underlying output stream.

Properties


o Property Size() As (Read Only)
Returns the number of bytes written to this data output.
Parameters:
oBytes
The integer value of the number of bytes

Methods


o Sub CloseStream()
Close the Stream.
o Sub DecrementTabulation( iTab)
Decrement the tabulation of the current block of text by the specified number of characters.
o Sub EndBlock()
Specify that the Block is ended.
o Sub EndLine()
Specify that the line is ended.
o Sub Flush()
Flush all Data in the Stream.
o Sub IncrementTabulation( iTab)
Increment the tabulation of the current block of text by the specified number of characters.
o Sub NewBlock()
Create a New Block in the underlying output stream.
o Sub NewLine()
Create a New Line in the underlying output stream.
o Sub SetBufferLength( iLines)
Set the number of lines of the buffer before it will be flushed (default is 200).
Parameters:
iLines
The integer value of the number of lines
o Sub write_Chars( iText)
Write the specified string to the underlying output stream.
o Sub write_Double( iVal)
Write the specified double to the underlying output stream.
o Sub write_Long( iVal)
Write the specified long to the underlying output stream.

Copyright © 2006, Dassault Systèmes. All rights reserved.