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: 2024.1.1.0 (2024.1.1)
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
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.

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

This is an abstract class for all vectorized outputs.

See Also