ILineFormatCollectionEffectiveData

ILineFormatCollectionEffectiveData interface

Objeto inmutable que representa una colección de solo lectura de formatos de línea efectivos.

public interface ILineFormatCollectionEffectiveData : IGenericCollection<ILineFormatEffectiveData>

Propiedades

NombreDescripción
Item { get; }Obtiene el elemento en el índice especificado. Solo lecturaILineFormatEffectiveData .

Observaciones

Esta interfaz se utiliza como parte deIFormatSchemeEffectiveData .

Ver también