Click or drag to resize
SoHardCopy Class

Class to initialize HardCopy.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.HardCopySoHardCopy

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

The SoHardCopy type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetProductName

Returns a character string identifying the name of the extension.

Public methodGetType (Inherited from Object.)
Public methodStatic memberGetVersion Obsolete.

Returns a character string identifying the version of the extension.

Public methodToString (Inherited from Object.)
Top
Remarks

This class allows the user to initialize the HardCopy module. The module must be initialized before using any other classes of the module.

See Also