API Help
Eplan.EplApi.DataModel.Graphics Namespace / ArcPropertyList Class / DMG_ARC_CENTER_Y Property / DMG_ARC_CENTER_Y(Int32) Property

In This Topic
    DMG_ARC_CENTER_Y(Int32) Property
    In This Topic
    Y coordinate of the center # 19322. This property isn't indexed.
    Syntax
    public PropertyValue DMG_ARC_CENTER_Y( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_ARC_CENTER_Y {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    See Also