ProfileSetProfileXML Method

Set an entire device profile from an XML encoded string

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public void SetProfileXML(
	string DriverId,
	string XmlProfile
)

Parameters

DriverId  String
The ProgID of the device
XmlProfile  String
An XML encoding of the profile

Implements

IProfileSetProfileXML(String, String)

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