 | NamedElementSequenceTRemoveAt Method |
Removes the element at the given index.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool RemoveAt(
int index
)
Public Function RemoveAt (
index As Integer
) As Boolean
public:
bool RemoveAt(
int index
)
Parameters
- index Int32
- The index.
Return Value
Booleantrue, if element at index exists and is removed.
See Also