Value.ArrayDimensions Property

<< 点击显示目录 >>

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

Value.ArrayDimensions Property

BR.AN.PviServices .NET


Gets the number of elements for each dimension. The size of the array is the numer of dimensions. If the array has only one dimension this member will be null. (in this case ArrayLength will be the number of elements) Starting with 2 or more dimensions the member will be set.

[Visual Basic]

Public ReadOnly Property ArrayDimensions() As ArrayDimensionArray

  Public Get

  End Get

End Property

[C#]

public ArrayDimensionArray ArrayDimensions { public get; }

Property Value

The array includes the numer of elements for each array dimension. If null the varible data type is not set yet or teh variable is not a multidimensional array.

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]