<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Methods > Variable.GetMemberDataSize Method |
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
);
name
The name of the struct member for which to get the data type.
The size in bytes for the specified struct member. If the runtime object is not initilized this method call will return 0.
Variable Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]