<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ScalingPointCollection Class > ScalingPointCollection Methods > ScalingPointCollection.FromXmlTextReader Method |
Reads configuration from xml configuration file and updates baseObject.
[Visual Basic]
Public Sub FromXmlTextReader( _
ByRef reader As XmlTextReader, _
ByVal flags As ConfigurationFlags, _
ByVal pointCollection As ScalingPointCollection _
)
[C#]
public int FromXmlTextReader(
ref XmlTextReader reader,
ConfigurationFlags flags,
ScalingPointCollection pointCollection
);
reader
XmlTextReader used to read xml configuration file.
flags
Flags for the configuration load options.
pointCollection
The scaling points collection to be updated.
0 if successful else an error code.
ScalingPointCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]