API Help
Eplan.EplApi.DataModel.Graphics Namespace / LinePropertyList Class / LINE_START_Y Property / LINE_START_Y(Int32) Property

In This Topic
    LINE_START_Y(Int32) Property
    In This Topic
    Y coordinate starting point # 19311. This property isn't indexed.
    Syntax
    public PropertyValue LINE_START_Y( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LINE_START_Y {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    See Also