public int GetPropertyIDNumber(int waterPropertiesInstanceID, int idx)
 {
     return(MohidWaterEngineDLLAccess.GetWaterPropertiesPropertyID(ref waterPropertiesInstanceID, ref idx));
 }