SuperMap.WinRT.Mapping.ElementsLayer.GetReferenceLength C# (CSharp) Method

GetReferenceLength() private method

${mapping_FeaturesLayer_method_getReferenceLength_D}
private GetReferenceLength ( UIElement elem ) : double
elem UIElement ${mapping_FeaturesLayer_method_ggetReferenceLength_param_elem}
return double
        internal double GetReferenceLength(UIElement elem)
        {
            return (double)elem.GetValue(ReferLengthProperty);
        }