Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / TransientLayerTable Class
Members

In This Topic
    TransientLayerTable Class
    In This Topic
    The class represents table of transient layers.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.MasterData.TransientLayerTable

    Syntax
    [DefaultMember("Layer")]
    public class TransientLayerTable 
    [DefaultMember("Layer")]
    public ref class TransientLayerTable 
    Remarks
    Transient layers have only read-only properties and stores layer properties which are related to transient objects (like window macro)
    Public Constructors
    Public Properties
     NameDescription
    Public PropertyOverloaded. Returns one the project's layer as TransientLayer object. If specified layer not exist, null is returned.  
    Public PropertyReturns an array of existing transient layers.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of TransientLayerTable object.  
    Top
    See Also