Scaling.FromXmlTextReader Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Scaling Class > Scaling Methods >

Scaling.FromXmlTextReader Method

BR.AN.PviServices .NET


Reads device configuration from xml configuration file and updates baseObject.

[Visual Basic]

Public Sub FromXmlTextReader( _

  ByRef reader As XmlTextReader, _

  ByVal flags As ConfigurationFlags, _

  ByVal tmpScaling As Scaling _

)

[C#]

public int FromXmlTextReader(

  ref XmlTextReader reader,

  ConfigurationFlags flags,

  Scaling tmpScaling

);

Parameters

reader

XmlTextReader used to read xml configuration file.

flags

Flags for the configuration load options.

tmpScaling

Base Object to update configuration parameters.

Return Value

0 if successful else an error code.

See Also

Scaling Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]