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

In This Topic
    TransientLayer Class
    In This Topic
    The class represents transient layer.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.MasterData.TransientLayer

    Syntax
    public class TransientLayer 
    public ref class TransientLayer 
    Remarks
    Transient layer has only read-only properties and stores layer properties which are related to transient objects (like window macro)
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies the Justification.  
    Public PropertyLayer's description  
    Public PropertyReturns true if the text frame exist.  
    Public PropertyGets Layer Id.  
    Public PropertySpecifies if Layer is used for 3D graphics It is not allowed to change this property for standard layers  
    Public PropertySpecifies, if the Layer is background Layer  
    Public PropertyReturns true, if the Layer is a custom Layer.  
    Public PropertySpecifies, if the Layer is locked  
    Public PropertySpecifies, if the Layer is printed  
    Public PropertySpecifies if scale is considered with this Layer  
    Public PropertyChecks, if Layer object is valid.  
    Public PropertySpecifies visibility of the Layer  
    Public PropertyLayer's name  
    Public PropertySpecifies the Paragraph Spacing. This property is used for PropertyPlacemets attributes.  
    Public PropertyLayer's pen  
    Public PropertySpecifies the Row Spacing. This property is used for PropertyPlacemets attributes. From Layer: -16002, Single: 100, 1.5 lines: 150, Double: 200.  
    Public PropertyLayer's text height  
    Public PropertyLayer's rotation of texts  
    Public PropertySpecifies transparency of Layer as double with a value between 0.0 and 1.0  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of TransientLayer object.  
    Public Method.NET operator for comparing two TransientLayers. Comparison is made by comparing each of TransientLayers members instead of internal object id.  
    Public MethodServes as the default hash function.  
    Top
    Public Operators
    .NET operator for comparing two TransientLayers. Comparison is made by comparing each of TransientLayers members instead of internal object id.
    Top
    See Also