Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IReplaceable<T> Interface
Allowed library parts to replace.
Members
In This Topic
    IReplaceable<T> Interface
    In This Topic
    Occurrence that can be replaced by another library part.
    Syntax
    public interface IReplaceable<T> 
    where T: BaseLibraryPart
    Type Parameters
    T
    Allowed library parts to replace.
    See Also