<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ScalingPoint Class > ScalingPoint Methods > ScalingPoint.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 point As ScalingPoint _
)
[C#]
public int FromXmlTextReader(
ref XmlTextReader reader,
ConfigurationFlags flags,
ScalingPoint point
);
reader
XmlTextReader used to read xml configuration file.
flags
Flags for the configuration load options.
point
The scaling point object.
0 if successful else an error code.
ScalingPoint Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]