API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(MDPropertyValue,PointD) Operator
Eplan.EplApi.Base.PointD to convert

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

    Parameters

    pnt
    Eplan.EplApi.Base.PointD to convert

    Return Value

    MDPropertyValue object storing Eplan.EplApi.Base.PointD value.
    See Also