Harness proD API Help
EPLAN.Harness.API.DataStructures.LayerManagement Namespace / LayerDefinition Class / Types Property
In This Topic
    Types Property (LayerDefinition)
    In This Topic
    Layer types assigned to this layer.
    Syntax
    public IList<ApiLayerTypes> Types {get;}
    Exceptions
    ExceptionDescription
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    Remarks
    Each layer type can be assigned to the only one layer. Use LayerManagement.AvailableTypes to determine which types can be still added to this layer.
    See Also