Click or drag to resize
SoHPGLVectorOutput Class

Class used to write vector formatted files in HPGL/2 format.

Inheritance Hierarchy

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public class SoHPGLVectorOutput : SoVectorOutput

The SoHPGLVectorOutput type exposes the following members.

Constructors
  NameDescription
Public methodSoHPGLVectorOutput

Constructor.

Top
Methods
  NameDescription
Public methodCloseFile

Closes the current file opened with OIV.HardCopy.SoVectorOutput.OpenFile(System.String).

(Inherited from SoVectorOutput.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOpenFile

Opens named file.

(Inherited from SoVectorOutput.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class is used for writing vector formatted files in HPGL/2 language format. It provides some convenience functions for handling files. An instance of OIV.HardCopy.SoHPGLVectorOutput is contained in an OIV.HardCopy.SoVectorizeHPGLAction; this is typically the only instance needed.

See Also