public method IO2GSystemPropertiesReader.getProperty

Brief

Gets a property by index.

Declaration
C++
virtual const char *  getProperty (int index, const char *& value) = 0

Parameters
index

The index of the property.

value

The value of the property.

Declared in IO2GSystemPropertiesReader

back