ProfileSetProfileXML Method |
Set an entire device profile from an XML encoded string
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic void SetProfileXML(
string DriverId,
string XmlProfile
)
Public Sub SetProfileXML (
DriverId As String,
XmlProfile As String
)
public:
virtual void SetProfileXML(
String^ DriverId,
String^ XmlProfile
) sealed
Parameters
- DriverId String
- The ProgID of the device
- XmlProfile String
- An XML encoding of the profile
RemarksPlease 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