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