PDF3DCrossSectionArray.Item

PDF3DCrossSectionArray indexer

Gets or sets the PDF3DCrossSection at the specified index.

public PDF3DCrossSection this[int index] { get; set; }
ParameterDescription
indexThe index.

Return Value

Cross section.

Exceptions

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

See Also