NFrame.NFIElementModule.QueryPropertyFloat C# (CSharp) Method

QueryPropertyFloat() public abstract method

public abstract QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
strConfigName string
strPropertyName string
return double
        public abstract double QueryPropertyFloat(string strConfigName, string strPropertyName);
        public abstract string QueryPropertyString(string strConfigName, string strPropertyName);