Click or drag to resize

ProfileGetProfile Method

Read an entire device profile and return it as 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 ASCOMProfile GetProfile(
	string DriverId
)

Parameters

DriverId  String
The ProgID of the device

Return Value

ASCOMProfile
Device profile represented as a recursive class
Remarks
Please see the code examples in this help file for a description of how to use this method.
See Also