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