SuperMap.WinRT.Mapping.ElementsLayer.GetReferenceLength C# (CSharp) Метод

GetReferenceLength() приватный Метод

${mapping_FeaturesLayer_method_getReferenceLength_D}
private GetReferenceLength ( UIElement elem ) : double
elem UIElement ${mapping_FeaturesLayer_method_ggetReferenceLength_param_elem}
Результат double
        internal double GetReferenceLength(UIElement elem)
        {
            return (double)elem.GetValue(ReferLengthProperty);
        }