void
| Dispose ()
|
int
| getAvailableProperties ()
|
bool
| containsProperty (string propertyName)
|
VectorStringSwig
| getProperties ()
|
string
| getPropertyName (int requiredPropertyIndex)
|
VectorStringValuesSwig
| getValues (string propertyName)
|
VectorStringValuesSwig
| getValues (int requiredPropertyIndex)
|
StringValueSwig
| getValueAsString (string propertyName)
|
StringValueSwig
| getValueAsString (int requiredPropertyIndex)
|
BoolValueSwig
| getValueAsBool (string propertyName)
|
BoolValueSwig
| getValueAsBool (int requiredPropertyIndex)
|
IntegerValueSwig
| getValueAsInteger (string propertyName)
|
IntegerValueSwig
| getValueAsInteger (int requiredPropertyIndex)
|
DoubleValueSwig
| getValueAsDouble (string propertyName)
|
DoubleValueSwig
| getValueAsDouble (int requiredPropertyIndex)
|