Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,PointD) Operator
Eplan.EplApi.Base.PointD to convert

In This Topic
    Implicit Type Conversion(PropertyValue,PointD) Operator
    In This Topic
    Used in conversion from Eplan.EplApi.Base.PointD to the PropertyValue object.
    Syntax
    public PropertyValue operator implicit( 
       PointD pnt
    )
    public:
    operator PropertyValue^ ( 
       PointD pnt
    )

    Parameters

    pnt
    Eplan.EplApi.Base.PointD to convert

    Return Value

    PropertyValue object storing value given as a parameter.
    See Also