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

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

    Parameters

    p
    PropertyValue to convert

    Return Value

    Eplan.EplApi.Base.PointD value of the PropertyValue.
    See Also