Jazz Soft Contact us?   JazzSoft@live.com     English   English  Japanese  Chinese (Traditional)  Chinese (Simlified)
Factory Automation & Yield Management Solution Provider 
Skip Navigation LinksHome > Products > Swing > Swing SECS II Reference > Properties > Array

Dorian.Core is added. Dorian now supports .NET 6 and 7.

Swing SECS II Reference   

Properties
Appearance
Array
BlockNumber
BorderStyle
DeviceID
EBit
Function
List
Msg
Pointer
PType
RBit
SessionID
Show
SourceID
Stream
SType
SystemBytes
TransactionID
Type
Value
ValueHex
WBit

Methods
Add
Init
Reply

Events

Array Property

This is the number of items which specified node contains. If the node is not array, it must be 1. If it is a list item, it is the number of child nodes.

Syntax

Visual Basic



Visual C++


Return Value

Example

Visual Basic

.Pointer = ""
.Add SecsTypeList, ""
.Pointer = "99"
.Add SecsTypeList, ""
Text1.Text = "Count = " + Format$(.Array)


Visual C++

m_msg.SetPointer("");
m_msg.Add(SecsTypeList,"");
m_msg.SetPointer("99");
m_msg.Add(SecsTypeList,"");
m_text1.Format("Count = %d",m_msg.GetArray());

Remarks

This is a read-only property. You can not set a value to it.

See Also

Contact us?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.