Read an entire device profile and return it as an ASCOMProfile class instance
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic ASCOMProfile GetProfile(
string DriverId
)
Public Function GetProfile (
DriverId As String
) As ASCOMProfile
public:
virtual ASCOMProfile^ GetProfile(
String^ DriverId
) sealed
Parameters
- DriverId String
- The ProgID of the device
Return Value
ASCOMProfileDevice profile represented as a recursive class
RemarksPlease see the code examples in this help file for a description of how to use this method.
See Also