CATMathStream Enumeration CATCGMStreamType

enum CATCGMStreamType {
  CatCGMStreamReadOnly,
  CatCGMStreamWriteOnly,
  CatCGMStreamReadWrite
}
Define the direction of the stream.
Values:
CatCGMStreamReadOnly
The stream is read and cannot be written.
CatCGMStreamWriteOnly
The stream is written and not read.
CatCGMStreamReadWrite
The stream can be written and read.

This object is included in the file: CATMathStreamDef.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.