Info

class HPS.Info : public IDisposable

The Info class is a concept class for information, warning, and error codes.

Public Types

enum Code

Enumerates the types of information, warning, and error messages.

Values:

Unknown

Info type and source unknown.

Exchange

Info from Exchange.

Publish

Info from Publish.

Data

Problem with provided data.

Key

Problem with provided key.

Geometry

Problem with provided geometry.

Database

Problem with scene.

Driver

Problem with driver.

Internal

Problem with internal system.

Memory

Problem with memory.

System

Problem operating environment.

Unsupported

Use is unsupported.

DWG

Info from DWG.

Parasolid

Info from Parasolid.

Texture

Info from Textures.

Public Functions

void Dispose ()
Info (HPS.Info in_that)