PropsOptionSetByIndex Method (MFLiveClass)
property's full name (with all nodes)
option's index
Sets a property's option by the option's index
Syntax
Public Overridable Sub PropsOptionSetByIndex( _
   ByVal _bsPropName As String, _
   ByVal _nOptionInx As Integer _
) 
public virtual void PropsOptionSetByIndex( 
   string _bsPropName,
   int _nOptionInx
)
public procedure PropsOptionSetByIndex( 
    _bsPropName: String;
    _nOptionInx: Integer
); virtual; 
public: virtual void PropsOptionSetByIndex( 
   BSTR* _bsPropName,
   int _nOptionInx
) 

Parameters

_bsPropName
property's full name (with all nodes)
_nOptionInx
option's index
See Also

Reference

MFLiveClass Class
MFLiveClass Members