AccelTable.SetID Property
Visio Automation Reference |
Returns the set ID of an AccelTable object in its collection. Read-only.
Version Information
Version Added: Visio 4.0
Syntax
expression.SetID
expression A variable that represents an AccelTable object.
Return Value
Long
Remarks
Each AccelTable object has a set ID that corresponds to a Microsoft Office Visio window context.
You can retrieve an object from its collection by passing the object's set ID to the ItemAtID property. You can also set the set ID of an object by using the AddAtID method.
Valid set ID values are declared by the Visio type library in VisUIObjSets.
See Also