Item

PDF3DCrossSectionArray indexer

Obtiene o establece elPDF3DCrossSection en el índice especificado.

public PDF3DCrossSection this[int index] { get; set; }
ParámetroDescripción
indexEl índice.

Valor_devuelto

Sección transversal.

Excepciones

excepcióncondición
IndexOutOfRangeExceptionÍndice no válido: el índice debe estar en el rango [1..n] donde n es igual al recuento de secciones transversales.

Ver también