IAgObjectLinkCollection represents a
collection of names of STK objects that are available in the
current scenario.
Add |
Adds to the collection a link to an STK object with the given object path and name. |
AddObject |
Adds to the collection a link to the given STK object. |
Contains |
Determines whether the object with the given name is in the collection. |
IndexOf |
Searches the collection for the specified object and returns a zero-based index of the first occurrence within the collection, if found; otherwise, -1. |
Remove |
Removes from the collection a link to the STK object with the given index. |
RemoveAll |
Removes all links from the collection. |
RemoveName |
Removes from the collection a link to an STK object with the given object path and name. |
RemoveObject |
Removes from the collection a link to the given STK object. |
AvailableObjects |
Returns an array of valid objects. |
Count |
Returns the number of elements in a collection. |
Item |
Given an index, returns an element in the collection. |
Define and compute a
chain (basic)
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Define and compute a
chain (basic)
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||


