ScalingPointCollection.FromXmlTextReader Method

<< 点击显示目录 >>

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

ScalingPointCollection.FromXmlTextReader Method

BR.AN.PviServices .NET


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

);

Parameters

reader

XmlTextReader used to read xml configuration file.

flags

Flags for the configuration load options.

pointCollection

The scaling points collection to be updated.

Return Value

0 if successful else an error code.

See Also

ScalingPointCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]