Click or drag to resize

ProfileSetProfileXML Method

Set an entire device profile from an XML encoded string

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public void SetProfileXML(
	string DriverId,
	string XmlProfile
)

Parameters

DriverId  String
The ProgID of the device
XmlProfile  String
An XML encoding of the profile
Remarks
Please see the code examples in this help file for a description of how to use this method. See GetProfileXML for a description of the XML format.
See Also