Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Set Method / Set(PointD) Method
Eplan.EplApi.Base.PointD to convert

In This Topic
    Set(PointD) Method
    In This Topic
    Sets Eplan.EplApi.Base.PointD value in PropertyValue object.
    Syntax
    public PropertyValue Set( 
       PointD pnt
    )
    public:
    PropertyValue^ Set( 
       PointD pnt
    ) 

    Parameters

    pnt
    Eplan.EplApi.Base.PointD to convert

    Return Value

    This object is returned.
    Remarks
    In case this PropertyValue object was create by user only the local value of this object will be change/set.

    If this PropertyValue object was accrued from property list or from StorableObject then also value in original location will be changed.

    See Also