USADriveIdJurisdSubfile.RemoveAt

RemoveAt(int)

Tries to remove element at index

public bool RemoveAt(int index)
ParameterTypeDescription
indexInt32index number

Return Value

true if successful, false if out of range

See Also


RemoveAt(string)

Tries to remove element with 3-letter id

public bool RemoveAt(string id)
ParameterTypeDescription
idString3-letter id

Return Value

true if successful, false if no such id

See Also