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

In This Topic
Implicit Type Conversion(PointD,MDPropertyValue) Operator
In This Topic
Converts MDPropertyValue object to Eplan.EplApi.Base.PointD.
Syntax
public PointD operator implicit( 
   MDPropertyValue p
)

Parameters

p
MDPropertyValue to convert

Return Value

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