Variable.GetMemberDataType Method

<< 点击显示目录 >>

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

Variable.GetMemberDataType Method

BR.AN.PviServices .NET


Call this member to get the type code of this instance.

[Visual Basic]

Public Sub GetMemberDataType( _

  ByVal name As String _

)

[C#]

public TypeCode GetMemberDataType(

  string name

);

Parameters

name

The name of the struct member for which to get the data type.

Return Value

The system type code for the specified struct member. If the runtime object is not initilized this method call will return System.TypeCode.Empty.

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]