[]
Saves a Gauge definition into an XML file.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName |
Saves a Gauge definition into an XML file.
public void Save(string fileName, Encoding encoding)
Type | Name | Description |
---|---|---|
string | fileName | |
Encoding | encoding |
Saves a Gauge definition into a Stream.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream |
Saves a Gauge definition into a Stream.
public void Save(Stream stream, Encoding encoding)
Type | Name | Description |
---|---|---|
Stream | stream | |
Encoding | encoding |
Saves a Gauge definition into an System.Xml.XmlWriter.
public void Save(XmlWriter writer)
Type | Name | Description |
---|---|---|
XmlWriter | writer |