LuciadCPillar C# 2023.1.04
Luciad.Environment Class Reference

Container of global state in this library. More...

Inheritance diagram for Luciad.Environment:

Classes

class  Initializer
 Initializer for the global Environment needed by this library. More...
 

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static Luciad.Environment.Initializer CreateInitializer ()
 Starts the initialization of the global Environment. More...
 

Detailed Description

Container of global state in this library.

When starting to use this library, you should create an instance of this class and hold on to it until you are finished with this library. Creating an Environment is started using createInitializer(). Using the Initializer, global settings can be configured for the library and the environment created.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::Environment.

Member Function Documentation

◆ CreateInitializer()

Luciad.Environment.Initializer Luciad.Environment.CreateInitializer ( )
inlinestatic

Starts the initialization of the global Environment.

The returned object allows to configure how and what initialization will be done. This function can only be called once. the initializer

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::Environment::createInitializer.

◆ Dispose()

void Luciad.Environment.Dispose ( )
inline