Gets or sets properties. Operates properties of plugins.
Methods
PropsGet
Gets the properties.
Syntax
void PropsGet( string _bsPropName, out string _pbsPropValue )
Parameters
_bsPropName - name of the property
_pbsPropValue - value of the property
PropsGetByIndex
Gets the property by its index.
Syntax
void PropsGetByIndex( string _bsNodeName, int _nIndex, out string _pbsPropName, out string _pbsPropValue, out int _pbNode )
Parameters
_bsNodeName - node name of property
_nIndex - property index
_pbsPropName - name of property
_pbsPropValue - value of property
_pbNode - property node
PropsGetCount
Gets the count of properties.
Syntax
void PropsGetCount( string _bsNodeName, out int _pnCount )
Parameters
_bsNodeName - name of the node
_pnCount - number of properties
PropsInfoGet
Gets information about property
Syntax
void PropsInfoGet( string _bsPropName, eMInfoType _eType, out string _pbsInfo )
Parameters
_bsPropName - property name
_eType - type of property
_pbsInfo - information about the property
PropsOptionGet
Gets property from options
Syntax
void PropsOptionGet( string _bsPropName, out int _pnOptionIdx, out string _pbsOptionValue, out string _pbsHelp )
Parameters
_bsPropName - property name
_pnOptionIdx - option index
_pbsOptionValue - option value
_pbsHelp - help string
PropsOptionGetByIndex
Gets property option by its index
Syntax
void PropsOptionGetByIndex( string _bsPropName, int _nOptionIdx, out string _pbsOptionValue, out string _pbsHelp )
Parameters
_bsPropName - property name
_nOptionIdx - option index
_pbsOptionValue - option value
_pbsHelp - help string
PropsOptionGetCount
Gets number of options for the property
Syntax
void PropsOptionGetCount( string _bsPropName, out int _pnOptionCount )
Parameters
_bsPropName - property name
_pnOptionCount - number of options
PropsOptionSetByIndex
Sets option property by its index
Syntax
void PropsOptionSetByIndex( string _bsPropName, int _nOptionInx )
Parameters
_bsPropName - property name
_nOptionInx - option index
PropsRemove
Removes the property.
Syntax
void PropsRemove( string _bsPropName )
Parameters
_bsPropName - name of the property
PropsSet
Sets the property.
Syntax
void PropsSet( string _bsPropName, string _bsPropValue )
Parameters
_bsPropName - name of property
_bsPropValue - value of property