Click or drag to resize
SoVectorOutput Class

Abstract class used to write vector formatted files.

Inheritance Hierarchy

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public class SoVectorOutput : SoNetBase

The SoVectorOutput type exposes the following members.

Constructors
  NameDescription
Public methodSoVectorOutput

Constructor.

Top
Methods
  NameDescription
Public methodCloseFile

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

Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType (Inherited from Object.)
Public methodOpenFile

Opens named file.

Public methodToString (Inherited from Object.)
Top
Remarks

This is an abstract class for all vectorized outputs.

See Also