NFrame.NFIElementModule.QueryPropertyFloat C# (CSharp) Метод

QueryPropertyFloat() публичный абстрактный Метод

public abstract QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
strConfigName string
strPropertyName string
Результат double
        public abstract double QueryPropertyFloat(string strConfigName, string strPropertyName);
        public abstract string QueryPropertyString(string strConfigName, string strPropertyName);