ManufacturingInterfaces ManufacturingOutput (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
ManufacturingOutput (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ManufacturingOutput
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 long (Read Only) |
-
Returns the number of bytes written to this data output.
- Parameters:
-
- oBytes
- The integer value of the number of bytes
Methods
-
Close the Stream.
o Sub DecrementTabulation( | long | iTab) |
-
Decrement the tabulation of the current block of text by the specified number of characters.
-
Specify that the Block is ended.
-
Specify that the line is ended.
-
Flush all Data in the Stream.
o Sub IncrementTabulation( | long | iTab) |
-
Increment the tabulation of the current block of text by the specified number of characters.
-
Create a New Block in the underlying output stream.
-
Create a New Line in the underlying output stream.
o Sub SetBufferLength( | long | 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
-
Write the specified string to the underlying output stream.
o Sub write_Double( | double | iVal) |
-
Write the specified double to the underlying output stream.
o Sub write_Long( | long | iVal) |
-
Write the specified long to the underlying output stream.
Copyright © 2003, Dassault Systèmes. All rights reserved.