VideoEdit Gold ActiveX Control

RMProfilesCount Method  

Description

Return the count for total RM profile.

 

Syntax

Public Function RMProfilesCount() As Integer

 

No Parameters

 

Return Value

Return the total count of RM Profile.
 

Example

[Visual Basic Syntax]
VideoEdit1.RMLoadProfiles "C:\Program Files\VideoEdit Gold ActiveX Control\rmdll"
iRmCount = VideoEdit1.RMProfilesCount
For i = 0 To iRmCount - 1
   cbormprofile.AddItem VideoEdit1.RMProfileName(i)
Next