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

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

    Parameters

    Parameter NameDescription
    pntEplan.EplApi.Base.PointD to be set

    Return Value

    Returns the PropertyValue object storing value given as a parameter.
    Remarks
    If this PropertyValue object was created by the user (transient property), only its local value will be changed or set.

    If this PropertyValue object was obtained from a property list or from a StorableObject (persistent property), then the value in the original location will also be changed.

    See Also