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);
        }