PCInfo.ReplaceModuleName Method

<< 点击显示目录 >>

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

PCInfo.ReplaceModuleName Method

BR.AN.PviServices .NET


Replaces the module name by the user.

[Visual Basic]

Public Sub ReplaceModuleName( _

  ByVal pModuleName As String _

)

[C#]

public bool ReplaceModuleName(

  string pModuleName

);

Parameters

pModuleName

A String which contains the new module name.

Return Value

true, if the new name was set; otherwise false.

See Also

PCInfo Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]