Variable.GetMemberDataSize Method

<< 点击显示目录 >>

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

Variable.GetMemberDataSize Method

BR.AN.PviServices .NET


Call this member to get the size of the datatype of this instance.

[Visual Basic]

Public Sub GetMemberDataSize( _

  ByVal name As String _

)

[C#]

public int GetMemberDataSize(

  string name

);

Parameters

name

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

Return Value

The size in bytes for the specified struct member. If the runtime object is not initilized this method call will return 0.

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]