Set an entire device profile from an ASCOMProfile class instance
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic void SetProfile(
string DriverId,
ASCOMProfile NewProfileKey
)
Public Sub SetProfile (
DriverId As String,
NewProfileKey As ASCOMProfile
)
public:
virtual void SetProfile(
String^ DriverId,
ASCOMProfile^ NewProfileKey
) sealed
Parameters
- DriverId String
- The ProgID of the device
- NewProfileKey ASCOMProfile
- A class representing the profile
RemarksPlease see the code examples in this help file for a description of how to use this method.
See Also