Skip to main content
A newer version of this page is available.
All docs
V18.2

MeasureUnit.Implicit(MeasureUnit to MeasureUnitCore) Operator

Converts the specified MeasureUnit object to a MeasureUnitCore object.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public static implicit operator MeasureUnitCore(MeasureUnit unit)

Parameters

Name Type Description
unit MeasureUnit

The object to be converted.

Returns

Type Description
DevExpress.Map.MeasureUnitCore

The result of conversion.

See Also