SuperMap.Web.Mapping.ElementsLayer.getReferenceLength C# (CSharp) Method

getReferenceLength() public method

${mapping_FeaturesLayer_method_getReferenceLength_D}
public getReferenceLength ( UIElement elem ) : double
elem System.Windows.UIElement ${mapping_FeaturesLayer_method_ggetReferenceLength_param_elem}
return double
        public double getReferenceLength(UIElement elem)
        {
            return (double)elem.GetValue(referLength);
        }