NFrame.NFIElementModule.QueryPropertyFloat C# (CSharp) Méthode

QueryPropertyFloat() public abstract méthode

public abstract QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
strConfigName string
strPropertyName string
Résultat double
        public abstract double QueryPropertyFloat(string strConfigName, string strPropertyName);
        public abstract string QueryPropertyString(string strConfigName, string strPropertyName);