MLCHARGENLib Namespace > CoMLCharGenClass Class : SetItemProperties Method |
Public Overridable Sub SetItemProperties( _ ByVal _bsItemID As String, _ ByVal _bsPropertyName As String, _ ByVal _bsPropertyValue As String, _ ByVal _bsChangeType As String, _ ByVal _nMsecForChange As Integer _ )
public virtual void SetItemProperties( string _bsItemID, string _bsPropertyName, string _bsPropertyValue, string _bsChangeType, int _nMsecForChange )
public procedure SetItemProperties( _bsItemID: String; _bsPropertyName: String; _bsPropertyValue: String; _bsChangeType: String; _nMsecForChange: Integer ); virtual;
public: virtual void SetItemProperties( BSTR* _bsItemID, BSTR* _bsPropertyName, BSTR* _bsPropertyValue, BSTR* _bsChangeType, int _nMsecForChange )