Operates properties of a CG object (the ones that could be specified through the system registry).
Methods
GetMLProps
gets a property value.
Syntax
GetMLProps(
string _bsPropName,
out string _pbsPropValue
)
Parameters
_bsPropName - a name of the property
_pbsPropValue - a value of the property
SetMLProps
sets a property value.
Syntax
SetMLProps(
string _bsPropName,
string _bsPropValue
)
Parameters
_bsPropName - a name of the property
_pbsPropValue - a value of the property