PDF3DCrossSectionArray.RemoveAt

PDF3DCrossSectionArray.RemoveAt method

Removes cross section from array at specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index of removed cross section in array.

Exceptions

exceptioncondition
IndexOutOfRangeExceptionInvalid index: index should be in the range [1..n] where n equals to the cross sections count.

See Also