API Help
Eplan.EplApi.DataModel Namespace / Properties.Line Enumeration

In This Topic
    Properties.Line Enumeration
    In This Topic
    Identificators of properties owned by Line class.
    Syntax
    public enum Properties.Line : System.Enum 
    public enum class Properties.Line : public System.Enum 
    Members
    MemberValueDescription
    LINE_END_X19312X coordinate end point # 19312.
    LINE_END_Y19313Y coordinate end point # 19313.
    LINE_START_X19310X coordinate starting point # 19310.
    LINE_START_Y19311Y coordinate starting point # 19311.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Properties.Line

    See Also