Skip to content

c470ec04 8f2d 5c26 0882 ac52ef3f3873

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

DistanceUnits.Meters Property

Gets the meter.

Namespace: Sundew.Quantities.Spatial.UnitSelection
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public IUnit Meters { get; }

C#

public IUnit Meters { get; }

VB

Public ReadOnly Property Meters As IUnit
	Get

VB

Public ReadOnly Property Meters As IUnit
	Get

C++

public:
property IUnit^ Meters {
	IUnit^ get ();
}

C++

public:
property IUnit^ Meters {
	IUnit^ get ();
}

F#

member Meters : IUnit with get

F#

member Meters : IUnit with get

Property Value

Type: IUnit
The meter.

See Also

Reference

DistanceUnits Class
Sundew.Quantities.Spatial.UnitSelection Namespace

Clone this wiki locally