Click or drag to resize

ProfileSetProfile Method

Set an entire device profile from an ASCOMProfile class instance

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public void SetProfile(
	string DriverId,
	ASCOMProfile NewProfileKey
)

Parameters

DriverId  String
The ProgID of the device
NewProfileKey  ASCOMProfile
A class representing the profile
Remarks
Please see the code examples in this help file for a description of how to use this method.
See Also