UnitInfo.Relations Property
Map of the relations of current measurement unit against other dimentions.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public Dictionary<string, Entry> Relations { get; set; }
Public Property Relations As Dictionary(Of String, Entry)
Get
Set
public:
property Dictionary<String^, Entry^>^ Relations {
Dictionary<String^, Entry^>^ get ();
void set (Dictionary<String^, Entry^>^ value);
}
member Relations : Dictionary<string, Entry> with get, set
Property Value
Dictionary<String,
Entry>