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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    See Also