NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegionInfo.IsMetric

Determines whether measurements on this instance use the S.I. system.

[Visual Basic]
Overridable Public ReadOnly Property IsMetric As Boolean
[C#]
public bool IsMetric {virtual get;}
[C++]
public: __property virtual bool get_IsMetric();
[JScript]
public function get IsMetric() : Boolean;

Property Value

Returns true if measurements use the S.I. system.

Remarks

[To be supplied.]

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace