ProfileGetProfile Method
Read an entire device profile and return it as an ASCOMProfile class instance
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public ASCOMProfile GetProfile(
string DriverId
)
Public Function GetProfile (
DriverId As String
) As ASCOMProfile
public:
virtual ASCOMProfile^ GetProfile(
String^ DriverId
) sealed
- DriverId String
- The ProgID of the device
ASCOMProfileDevice profile represented as a recursive class
Please see the code examples in this help file for a description of how to use this method.